From 68dd93bcaf6ff78075f645ec0490fb134bda9838 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 1 Feb 2018 16:12:14 +0100 Subject: [PATCH] reverting from event-start to event_start becauase pelican doesnt like it --- themes/cetcat/templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/cetcat/templates/article.html b/themes/cetcat/templates/article.html index a005896758..2cdc636a6e 100644 --- a/themes/cetcat/templates/article.html +++ b/themes/cetcat/templates/article.html @@ -23,8 +23,8 @@ {{ article.title }}
- {% if article.start %} - {{ article.start }} + {% if article.event_start %} + {{ article.event_start }} {% endif %}