hakyll/data/example/templates/post.html

9 lines
104 B
HTML
Raw Normal View History

2013-06-12 10:15:53 +00:00
<div class="info">
Posted on $date$
$if(author)$
by $author$
$endif$
</div>
2012-12-13 10:08:41 +00:00
$body$