From 11e175851afec2a9cbecd50fd9c7a6565a615ddd Mon Sep 17 00:00:00 2001 From: gilsondev Date: Wed, 10 Dec 2014 15:49:06 -0200 Subject: [PATCH] Fix header cover again --- templates/article.html | 6 +++++- templates/index.html | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/article.html b/templates/article.html index 2a37af0..b27912a 100755 --- a/templates/article.html +++ b/templates/article.html @@ -19,7 +19,11 @@ {% block header %} -
+ {% if article.header_cover %} +
+ {% else %} +
+ {% endif %}
diff --git a/templates/index.html b/templates/index.html index 3143ebc..36cb895 100755 --- a/templates/index.html +++ b/templates/index.html @@ -4,11 +4,10 @@ {% if HEADER_COVER %} -
+
{% else %}
{% endif %} -