diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html index f8a61fc2..7cef6593 100644 --- a/themes/varia/templates/article.html +++ b/themes/varia/templates/article.html @@ -17,7 +17,7 @@ ../ {% block content %} - + {% for p in pages %} {% if p.title == 'header' %} @@ -25,11 +25,11 @@ {% endif %} {% endfor %} - + {{ article.title }} - + {% if article.featured_image %} {% set thumb_size ='/thumb'%} @@ -70,7 +70,7 @@ - + {{ article.content }}