close a missing p tag

This commit is contained in:
Jyotsna Prakash 2014-04-25 12:36:13 -07:00
parent 15a9b90988
commit 7e7d193722

View file

@ -13,4 +13,4 @@ title: Home
<h2>Posts</h2>
$partial("templates/post-list.html")$
<p>…or you can find more in the <a href="/archive.html">archives</a>.
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>