fix filenames in post lists

This commit is contained in:
rhiannon morris 2021-07-25 14:48:08 +02:00
parent 3c17aa052b
commit 54aac9c35a
3 changed files with 13 additions and 9 deletions

View file

@ -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>