hakyll/examples/feedblog/templates/post.html

5 lines
69 B
HTML
Raw Normal View History

2010-01-02 18:57:12 +00:00
<h1>$title</h1>
by <em>$author</em> on <strong>$date</strong>
$body