From 2268a0723b60a443156fb8ee1be6f92aa79c0c67 Mon Sep 17 00:00:00 2001 From: Monica Powell Date: Sat, 27 May 2017 08:48:03 -0400 Subject: [PATCH] updated Home link on misc. pages --- templates/archives.html | 10 +++++----- templates/authors.html | 8 ++++---- templates/categories.html | 10 +++++----- templates/category.html | 2 +- templates/page.html | 2 +- templates/period_archives.html | 2 +- templates/tag.html | 2 +- templates/tags.html | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/archives.html b/templates/archives.html index e1998ac..58bd4b7 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -10,11 +10,11 @@

{{ SITENAME }} - Archives

{% if HEADER_COVER %} -
+
{% elif HEADER_COLOR %}
{% else %}
- {% endif %} + {% endif %}
- + {% endblock header %} {% block content %} diff --git a/templates/authors.html b/templates/authors.html index 562387d..2526227 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -14,7 +14,7 @@ {% else %} - Home + Home {% endif %} @@ -23,14 +23,14 @@

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 %}