hakyll/examples/rssblog/templates/postitem.html
2010-01-02 19:57:12 +01:00

4 lines
85 B
HTML

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