hakyll/examples/feedblog/templates/postitem.html

5 lines
90 B
HTML
Raw Normal View History

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