hakyll/examples/feedblog/templates/postitem.html
2010-03-15 19:07:53 +01:00

4 lines
90 B
HTML

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