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