aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-17 16:59:17 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-17 16:59:17 +0100
commit1374ebee3ffdde0b7066a3bf53766fa4dc5b4235 (patch)
tree8f9438013134ab33137d8301a48dca309c9865f3
parent3aae2cc7f7166765de7bb003b332ed45157d4e8a (diff)
Add trailing slashes
-rw-r--r--_layouts/page.html2
-rw-r--r--docs/customising/themes.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 36ecb949a..c759a2c6a 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -19,7 +19,7 @@ layout: default
{% capture url_parts %}{{ url_parts | remove_first:part }}{% endcapture %}
{% endfor %}
{% else %}
- <li><a href="/blog">Blog</a></li>
+ <li><a href="/blog/">Blog</a></li>
{% endif %}
{% endif %}
</ul>
diff --git a/docs/customising/themes.md b/docs/customising/themes.md
index 088e4f418..bad1639d7 100644
--- a/docs/customising/themes.md
+++ b/docs/customising/themes.md
@@ -19,7 +19,7 @@ behaviour, you'll need to make a **theme**.
You don't need to be a programmer in order to make simple changes, but you will
need to be confident enough to copy and change some files. If you're not sure
-about this, [ask for help](/community)!
+about this, [ask for help](/community/)!
## What you might want to change