initial commit

This commit is contained in:
2022-09-26 20:38:37 -07:00
commit 0676335a27
9 changed files with 351 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<ul>
$if(posts)$
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
</li>
$endfor$
$endif$
</ul>