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
/
tagblog
/
templates
/
postitem.html
blob: a14687b5e1a4602b71fabb65d4c3d60997a2b33b (
plain
)
1
2
3
4
<
li
>
<
a
href
=
"/$url"
>
$title
</
a
>
-
<
em
>
$date
</
em
>
- by
<
em
>
$author
</
em
>
</
li
>