blogng/index.html
2019-08-03 18:16:25 +02:00

12 lines
189 B
HTML

---
title: Home
---
<article>
<h1>Recent Posts</h1>
$partial("templates/post-list.html")$
<p>…or you can find more in the <a href="/archive.html">archive</a>.</p>
</article>