From 86277c8bcfdcaf2b1509c4a191a94c1897b7fd21 Mon Sep 17 00:00:00 2001 From: Monica Powell Date: Sat, 27 May 2017 07:58:15 -0400 Subject: [PATCH 1/4] added trailing slash to Home link - to properly handle root urls --- templates/article.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/article.html b/templates/article.html index 44208e9..2de1252 100644 --- a/templates/article.html +++ b/templates/article.html @@ -59,11 +59,11 @@

Articles by {{ author|capitalize }}

{% if HEADER_COVER %} -
+
{% elif HEADER_COLOR %}
{% else %}
- {% endif %} + {% endif %}
- + {% endblock header %} {% block content %} diff --git a/templates/categories.html b/templates/categories.html index 4ab4ea3..6fe7fa5 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -10,11 +10,11 @@

{{ SITENAME }} - Categories

{% if HEADER_COVER %} -
+
{% elif HEADER_COLOR %}
{% else %}
- {% endif %} + {% endif %}
- + {% endblock header %} {% block content %} diff --git a/templates/category.html b/templates/category.html index f69c1bd..352400f 100644 --- a/templates/category.html +++ b/templates/category.html @@ -14,7 +14,7 @@ {% else %} - Home + Home {% endif %} diff --git a/templates/page.html b/templates/page.html index 980c483..c0a18d5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -31,7 +31,7 @@ {% else %} - Home + Home {% endif %} diff --git a/templates/period_archives.html b/templates/period_archives.html index 849e6d3..b7bd0d0 100644 --- a/templates/period_archives.html +++ b/templates/period_archives.html @@ -14,7 +14,7 @@ {% else %} - Home + Home {% endif %} diff --git a/templates/tag.html b/templates/tag.html index 2460bd1..b3f3f90 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -13,7 +13,7 @@ {% else %} - Home + Home {% endif %} diff --git a/templates/tags.html b/templates/tags.html index 4b37e4a..b9c3989 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -14,7 +14,7 @@ {% else %} - Home + Home {% endif %} From 311d91b8460a7f54628d5d1165bdcf1be4e2af2e Mon Sep 17 00:00:00 2001 From: Arul Date: Sat, 3 Jun 2017 10:37:59 +0530 Subject: [PATCH 4/4] added slash in missing files --- templates/authors.html | 2 +- templates/base.html | 2 +- templates/category.html | 2 +- templates/index.html | 4 ++-- templates/page.html | 2 +- templates/partials/jsonld.html | 2 +- templates/partials/og.html | 4 ++-- templates/period_archives.html | 2 +- templates/tag.html | 2 +- templates/tags.html | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/authors.html b/templates/authors.html index 2526227..acb4780 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -10,7 +10,7 @@