fix post lists

This commit is contained in:
nek0
2017-11-12 19:11:17 +01:00
parent 1bf324f210
commit 74eefd84e0
6 changed files with 10 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
<ul>
$for(posts)$
<li><a href="$url$"> $title$ - $date$</a></li>
$endfor$
</ul>