Fix langing page.

This commit is contained in:
Dhananjay Balan
2017-02-01 15:48:33 +01:00
parent 3241c491e5
commit e05902a4c1
3 changed files with 14 additions and 8 deletions

View File

@@ -2,12 +2,14 @@
title: Home
---
<article>
<h1>Binary Strolls</h1>
<p class="subtitle">Cyber rambling (or ranting), mostly about code.</p>
<h3>Recent Posts</h3>
<h1>Binary Strolls</h1>
$partial("templates/post-list.html")$
<h3>Recent Posts</h3>
$partial("templates/post-list.html")$
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
</article>