From 62c58ad6cf489a25b795a51a81a2199ad1726311 Mon Sep 17 00:00:00 2001 From: Darrin Mison Date: Fri, 21 Sep 2012 16:42:07 +1000 Subject: [PATCH] issue 770 - trailing slashes missing from archive links Signed-off-by: Darrin Mison --- .themes/classic/source/404.markdown | 2 +- .themes/classic/source/_includes/custom/navigation.html | 2 +- .themes/classic/source/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.themes/classic/source/404.markdown b/.themes/classic/source/404.markdown index f30e7ef..42f300b 100644 --- a/.themes/classic/source/404.markdown +++ b/.themes/classic/source/404.markdown @@ -5,4 +5,4 @@ title: Page Not Found Oops, I couldn't find that page! Sorry about that. -Maybe try the search box (top right), or look through the [archives](/archives)? +Maybe try the search box (top right), or look through the [archives](/archives/)? diff --git a/.themes/classic/source/_includes/custom/navigation.html b/.themes/classic/source/_includes/custom/navigation.html index 5c9cae4..889af00 100644 --- a/.themes/classic/source/_includes/custom/navigation.html +++ b/.themes/classic/source/_includes/custom/navigation.html @@ -1,4 +1,4 @@ diff --git a/.themes/classic/source/index.html b/.themes/classic/source/index.html index 96cf416..2bfe571 100644 --- a/.themes/classic/source/index.html +++ b/.themes/classic/source/index.html @@ -13,7 +13,7 @@ layout: default {% if paginator.next_page %} {% endif %} - Blog Archives + Blog Archives {% if paginator.previous_page %} {% endif %}