little fix
This commit is contained in:
parent
74eefd84e0
commit
e09d7dcc1f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<ul>
|
<ul>
|
||||||
$for(posts)$
|
$for(posts)$
|
||||||
<li><a href="$url$"> $title$ - $date$</a></li>
|
<li><a href="$url$">$title$</a> - $date$</li>
|
||||||
$endfor$
|
$endfor$
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue