diff --git a/themes/varia/templates/index.html b/themes/varia/templates/index.html index bfe6f6d..374fd40 100644 --- a/themes/varia/templates/index.html +++ b/themes/varia/templates/index.html @@ -26,7 +26,8 @@
{% for article in articles_page.object_list %} {% set thumb_size = '/thumb' %} - {% if article.category %} + {% if article.category %} + {% if article.event_start %} {% set event_status = '' %} {% if article.event_start < article.date.now() %} @@ -35,14 +36,17 @@ {% if article.event_start >= article.date.now() %} {% set event_status = ' current' %} {% set thumb_size = '/thumb2x' %} - {% endif %} - {% if article.category == 'article' %} - {% set thumb_size = '/thumb2x' %} - {% endif %} + {% endif %} {% endif %} - + + {% if article.category == 'article' %} + {% set thumb_size = '/thumb2x' %} + {% endif %} +
+ {% endif %} +