Files
blog/templates/index.html

6 lines
261 B
HTML

$<include src="header.html"/>
<p> A blog about game development and whatever else I'm up to :).</br> 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"/>