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/article.html b/templates/article.html index 44208e9..2de1252 100644 --- a/templates/article.html +++ b/templates/article.html @@ -59,11 +59,11 @@
- {% endif %} + {% endif %} {% endfor %} @@ -172,14 +172,14 @@ {% endif %} var disqus_url = '{{ SITEURL }}/{{ article.url }}'; - +
{% if article.disqus_identifier %} Show Comments {% else %} Show Comments {% endif %} -
+
{% endif %} diff --git a/templates/author.html b/templates/author.html index 4a6a1b8..3ea408f 100644 --- a/templates/author.html +++ b/templates/author.html @@ -19,11 +19,11 @@ {% if HEADER_COVER %} -
+
{% elif HEADER_COLOR %}
{% else %} @@ -72,6 +72,6 @@
- {% endif %} + {% endif %} {% endblock header %} diff --git a/templates/authors.html b/templates/authors.html index 562387d..acb4780 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -10,11 +10,11 @@

Articles by {{ author|capitalize }}

{% if HEADER_COVER %} -
+
{% elif HEADER_COLOR %}
{% else %}
- {% endif %} + {% endif %}
- + {% endblock header %} {% block content %} diff --git a/templates/base.html b/templates/base.html index 4d691b9..c2731d3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,7 +21,7 @@ - + {% for name,link in SOCIAL if name.lower() in ['rss', 'rss-square', 'feed'] %} 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..9f90e54 100644 --- a/templates/category.html +++ b/templates/category.html @@ -10,11 +10,11 @@