hakyll/examples/simpleblog/templates/postitem.html
2010-01-10 21:45:36 +01:00

4 lines
90 B
HTML

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