hakyll/examples/feedblog/templates/postitem.html
2011-03-29 17:54:26 +01:00

4 lines
88 B
HTML

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