hakyll/examples/simpleblog/templates/postitem.html
2009-12-29 19:09:11 +01:00

4 lines
85 B
HTML

<li>
<a href="/$url">$title</a>
- <em>$date</em> - by <em>$author</em>
</li>