index
:
playground
master
place for smaller experiments which may or may not grow into larger things
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hakyll-nix
/
defaultsite
/
templates
/
post-list.html
blob: 71cf1b9767e95195a6f45ece33ae8c89e9b99ea8 (
plain
)
1
2
3
4
5
6
7
<
ul
>
$for(posts)$
<
li
>
<
a
href
=
"$url$"
>
$title$
</
a
>
- $date$
</
li
>
$endfor$
</
ul
>