diff options
author | Jyotsna Prakash <moonlightdrive@users.noreply.github.com> | 2014-04-25 12:36:13 -0700 |
---|---|---|
committer | Jyotsna Prakash <moonlightdrive@users.noreply.github.com> | 2014-04-25 12:36:13 -0700 |
commit | 7e7d193722f1038c6d0b1df81d1401c119f6c503 (patch) | |
tree | 9f9756142362ad49c50a72e31194526dbdc4ebd6 /data/example | |
parent | 15a9b90988e270ad011d74762caa9a255d839be5 (diff) | |
download | hakyll-7e7d193722f1038c6d0b1df81d1401c119f6c503.tar.gz |
close a missing p tag
Diffstat (limited to 'data/example')
-rw-r--r-- | data/example/index.html | 2 |
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> |