diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-04-26 17:23:00 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-04-26 17:23:00 +0200 |
commit | bb1700b1985c25c5f55bbfbf1b9583e2bf154dd8 (patch) | |
tree | 9f9756142362ad49c50a72e31194526dbdc4ebd6 | |
parent | 15a9b90988e270ad011d74762caa9a255d839be5 (diff) | |
parent | 7e7d193722f1038c6d0b1df81d1401c119f6c503 (diff) | |
download | hakyll-bb1700b1985c25c5f55bbfbf1b9583e2bf154dd8.tar.gz |
Merge pull request #245 from moonlightdrive/master
close a missing p tag
-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> |