Initial blog setup

This commit is contained in:
2024-10-01 19:24:07 +08:00
committed by guus
commit 02a27a43a5
13 changed files with 2009 additions and 0 deletions

4
templates/page_all.html Normal file
View File

@@ -0,0 +1,4 @@
$<include src="header.html"/>
<h1>All Posts</h1>
$<post-list/>
$<include src="footer.html"/>