[blog] Show posts on frontpage

Slight color changes.
This commit is contained in:
Dhananjay Balan
2024-01-07 20:45:13 +01:00
parent 436cccf40e
commit d8b88c8b58
4 changed files with 50 additions and 31 deletions

View File

@@ -2,10 +2,11 @@
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>
<ul class="posts">
$for(posts)$
<li class="post">$body$</li>
$endfor$
</ul>
<p>…or you can find more in the <a href="/archive.html">archive</a>.</p>