Skip to content

Commit

Permalink
close a missing p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightdrive committed Apr 25, 2014
1 parent 15a9b90 commit 7e7d193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ <h2>Welcome</h2>
<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>

0 comments on commit 7e7d193

Please sign in to comment.