hakyll/examples/categoryblog/templates/postitem.html

5 lines
90 B
HTML
Raw Normal View History

2010-01-29 14:16:08 +00:00
<li>
<a href="$root/$url">$title</a>
- <em>$date</em> - by <em>$author</em>
</li>