hakyll/examples/categoryblog/templates/post.html

6 lines
98 B
HTML
Raw Normal View History

2010-01-29 14:16:08 +00:00
<h1>$title</h1>
by <em>$author</em> on <strong>$date</strong>
<div>Tagged as: $tags.</div>
$body