Styling changes

This commit is contained in:
2018-09-20 22:23:57 +03:00
parent 6afa6d55d4
commit 06778c219a
4 changed files with 24 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<ul>
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
<a href="$url$">$title$</a> - $modified$
</li>
$endfor$
</ul>