hakyll/examples/feedblog/templates/post.html

6 lines
81 B
HTML
Raw Normal View History

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