update site code

This commit is contained in:
2023-09-05 17:27:19 -07:00
parent af31d25f52
commit 0d19f65c9c
7 changed files with 62 additions and 26 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
$if(posts)$
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
<a href="$url$">$title$</a> - $modded$
</li>
$endfor$
$endif$