From 6e29547843f7239525becc3222bd31f93f759b5a Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Wed, 29 Nov 2017 19:45:34 -0500 Subject: [PATCH] Ensure all directory urls end in a trailing slash --- _layouts/default.html | 4 ++-- blog/index.html | 6 +++--- index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index d6f9030..cb11fd7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + @@ -47,7 +47,7 @@
{{ content }} diff --git a/blog/index.html b/blog/index.html index a462ea3..e69a5e2 100644 --- a/blog/index.html +++ b/blog/index.html @@ -32,14 +32,14 @@ title: Tyler Hallada - Blog
{% if paginator.previous_page %} {% if paginator.page == 2 %} - + {% else %} - + {% endif %} {% endif %} Page {{ paginator.page }} of {{ paginator.total_pages }} {% if paginator.next_page %} - + {% endif %}
diff --git a/index.html b/index.html index b052bff..db89c5a 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ title: Tyler Hallada