% stack exec hakyll-init newtype.fr

This commit is contained in:
Yvan Sraka 2020-07-27 16:19:36 +02:00
parent bb83368880
commit eb34fdd739
18 changed files with 607 additions and 1 deletions

11
templates/post.html Normal file
View file

@ -0,0 +1,11 @@
<article>
<section class="header">
Posted on $date$
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>