index
:
hakyll
master
Haskell library for generating static sites
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
feedblog
/
templates
/
postitem.html
blob: 0e6241819513bf29e0803596797695f8fd33e3cf (
plain
)
1
2
3
4
<
li
>
<
a
href
=
"$root/$url"
>
$title
</
a
>
-
<
em
>
$date
</
em
>
- by
<
em
>
$author
</
em
>
</
li
>