Files
blog/templates/index.html

6 lines
299 B
HTML

$<include src="header.html"/>
<p> Hey, welcome to my page :)<br/>Here I plan to posts frequent updates related to the game I'm working on. If you're looking to work together check out <a href="/work">this page</a>
<h1>Recent Posts</h1>
$<post-list limit="10"/>
$<include src="footer.html"/>