hakyll/examples/simpleblog/templates/postitem.html

5 lines
90 B
HTML
Raw Normal View History

2009-12-29 18:09:11 +00:00
<li>
2010-01-10 20:45:36 +00:00
<a href="$root/$url">$title</a>
2009-12-29 18:09:11 +00:00
- <em>$date</em> - by <em>$author</em>
</li>