index
:
hakyll
master
Haskell library for generating static sites
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
example
/
templates
/
post.html
blob: bf0f82630afa7c2e711adc706bb13fb030823331 (
plain
)
1
2
3
4
5
6
7
8
<
div
class
=
"info"
>
Posted on $date$ $if(author)$ by $author$ $endif$
</
div
>
$body$