index
:
euandre.org
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
site
/
templates
/
post-list.html
blob: c64cdbdcf631162a2accb9be999ab3337cdcbd95 (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
7
<
ul
>
$for(posts)$
<
li
>
<
a
href
=
"$url$"
>
$title$
</
a
>
- $date$
</
li
>
$endfor$
</
ul
>