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