Initial blog setup

This commit is contained in:
2024-10-01 19:24:07 +08:00
commit 278fb99277
17 changed files with 2502 additions and 0 deletions

6
templates/post.html Normal file
View File

@@ -0,0 +1,6 @@
$<include src="header.html"/>
<article>
$<post-html/>
</article>
<p><a href="/">← Back to home</a></p>
$<include src="footer.html"/>