hakyll/examples/categoryblog/templates/postitem.html
2010-01-29 15:16:08 +01:00

4 lines
90 B
HTML

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