diff options
-rw-r--r-- | _layouts/page.html | 2 | ||||
-rw-r--r-- | docs/customising/themes.md | 2 |
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 |