[blog] Show posts on frontpage
Slight color changes.
This commit is contained in:
15
index.html
15
index.html
@@ -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>
|
||||
|
Reference in New Issue
Block a user