fix filenames in post lists
This commit is contained in:
parent
3c17aa052b
commit
54aac9c35a
3 changed files with 13 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
<ul>
|
||||
$for(posts)$
|
||||
<li>
|
||||
<a href=$it.file$.html>$it.title$</a>
|
||||
<a href=$it.file$>$it.title$</a>
|
||||
($it.date$)
|
||||
$endfor$
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue