diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-05-09 11:51:12 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-05-09 11:51:12 +0200 |
commit | 0639a73c24508a93e422d97d126d8ec261ecb77e (patch) | |
tree | 6334f952e035b6db437f9240aea89748764dcc70 /data/example/index.html | |
parent | 8229765cbdf971c15e18fc8eb5a5733340b57739 (diff) | |
parent | 43c2aeae54253157725c6a58318fff9f2776f108 (diff) | |
download | hakyll-0639a73c24508a93e422d97d126d8ec261ecb77e.tar.gz |
Merge branch 'master' of github.com:jaspervdj/hakyll
Diffstat (limited to 'data/example/index.html')
-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> |