From 58e57c3bab6102e5584bf3863f9fb7e2198a2bbd Mon Sep 17 00:00:00 2001 From: Diego Garcia Date: Sun, 14 Feb 2016 21:45:19 -0200 Subject: [PATCH] add `HEADER_COLOR` option to render header with a simple color --- templates/archives.html | 2 ++ templates/article.html | 2 ++ templates/author.html | 2 ++ templates/authors.html | 2 ++ templates/categories.html | 2 ++ templates/category.html | 2 ++ templates/index.html | 2 ++ templates/page.html | 2 ++ templates/period_archives.html | 2 ++ templates/tag.html | 2 ++ templates/tags.html | 2 ++ 11 files changed, 22 insertions(+) diff --git a/templates/archives.html b/templates/archives.html index 5d38c29..15149cb 100755 --- a/templates/archives.html +++ b/templates/archives.html @@ -6,6 +6,8 @@ {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/article.html b/templates/article.html index 4fbdcda..3474864 100755 --- a/templates/article.html +++ b/templates/article.html @@ -93,6 +93,8 @@
{% elif HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/author.html b/templates/author.html index e18b291..5399bbc 100755 --- a/templates/author.html +++ b/templates/author.html @@ -6,6 +6,8 @@ {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/authors.html b/templates/authors.html index 1eb418f..74917a8 100755 --- a/templates/authors.html +++ b/templates/authors.html @@ -6,6 +6,8 @@ {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/categories.html b/templates/categories.html index 789f940..7af5236 100755 --- a/templates/categories.html +++ b/templates/categories.html @@ -6,6 +6,8 @@ {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/category.html b/templates/category.html index 129627d..53b8879 100755 --- a/templates/category.html +++ b/templates/category.html @@ -6,6 +6,8 @@ {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/index.html b/templates/index.html index 227219a..98f8bce 100755 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,8 @@ {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/page.html b/templates/page.html index ee406cf..b7c8d71 100755 --- a/templates/page.html +++ b/templates/page.html @@ -8,6 +8,8 @@
{% elif HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/period_archives.html b/templates/period_archives.html index e45d927..19fdaa9 100755 --- a/templates/period_archives.html +++ b/templates/period_archives.html @@ -6,6 +6,8 @@ {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/tag.html b/templates/tag.html index 8090efd..108d5be 100755 --- a/templates/tag.html +++ b/templates/tag.html @@ -3,6 +3,8 @@ {% block header %} {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %} diff --git a/templates/tags.html b/templates/tags.html index 076949d..bab699f 100755 --- a/templates/tags.html +++ b/templates/tags.html @@ -6,6 +6,8 @@ {% if HEADER_COVER %}
+ {% elif HEADER_COLOR %} +
{% else %}
{% endif %}