hakyll/data/example/templates/post.html
2013-06-12 12:15:53 +02:00

8 lines
104 B
HTML

<div class="info">
Posted on $date$
$if(author)$
by $author$
$endif$
</div>
$body$