This website requires JavaScript.
Explore
Help
Sign In
ChaosZone
/
chaoszone.cz
Watch
5
Star
0
Fork
You've already forked chaoszone.cz
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
624b2326f2
chaoszone.cz
/
templates
/
post-list.html
6 lines
79 B
HTML
Raw
Normal View
History
Unescape
Escape
fix post lists
2017-11-12 19:11:17 +01:00
<
ul
>
$for(posts)$
little fix
2017-11-12 19:14:11 +01:00
<
li
>
<
a
href
=
"$url$"
>
$title$
<
/
a
>
- $date$
<
/
li
>
fix post lists
2017-11-12 19:11:17 +01:00
$endfor$
<
/
ul
>