summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJyotsna Prakash <moonlightdrive@users.noreply.github.com>2014-04-25 12:36:13 -0700
committerJyotsna Prakash <moonlightdrive@users.noreply.github.com>2014-04-25 12:36:13 -0700
commit7e7d193722f1038c6d0b1df81d1401c119f6c503 (patch)
tree9f9756142362ad49c50a72e31194526dbdc4ebd6 /data
parent15a9b90988e270ad011d74762caa9a255d839be5 (diff)
downloadhakyll-7e7d193722f1038c6d0b1df81d1401c119f6c503.tar.gz
close a missing p tag
Diffstat (limited to 'data')
-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>