Initial blog setup
This commit is contained in:
6
templates/post.html
Normal file
6
templates/post.html
Normal 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"/>
|
||||
Reference in New Issue
Block a user