14 lines
219 B
HTML
14 lines
219 B
HTML
---
|
|
title: Home
|
|
home: true
|
|
---
|
|
|
|
<h2>Welcome</h2>
|
|
|
|
<p>These are some pages by natto:</p>
|
|
|
|
<h2>Posts</h2>
|
|
$partial("templates/post-list.html")$
|
|
|
|
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
|