index
:
website
this commit
main
My personal website
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
templates
/
post-list.html
blob: 71cf1b9767e95195a6f45ece33ae8c89e9b99ea8 (
plain
) (
blame
)
1
2
3
4
5
6
7
<
ul
>
$for(posts)$
<
li
>
<
a
href
=
"$url$"
>
$title$
</
a
>
- $date$
</
li
>
$endfor$
</
ul
>