Fix all page

This commit is contained in:
2025-10-24 23:17:26 +08:00
parent db628efba8
commit 167ca8c811
6 changed files with 29 additions and 18 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"/>