summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2014-04-26 17:23:00 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2014-04-26 17:23:00 +0200
commitbb1700b1985c25c5f55bbfbf1b9583e2bf154dd8 (patch)
tree9f9756142362ad49c50a72e31194526dbdc4ebd6
parent15a9b90988e270ad011d74762caa9a255d839be5 (diff)
parent7e7d193722f1038c6d0b1df81d1401c119f6c503 (diff)
downloadhakyll-bb1700b1985c25c5f55bbfbf1b9583e2bf154dd8.tar.gz
Merge pull request #245 from moonlightdrive/master
close a missing p tag
-rw-r--r--data/example/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example/index.html b/data/example/index.html
index 16a42f9..6dd191d 100644
--- a/data/example/index.html
+++ b/data/example/index.html
@@ -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>