reverting from event-start to event_start becauase pelican doesnt like it

This commit is contained in:
rra 2018-02-01 16:12:14 +01:00
parent 3fc9eaba27
commit 68dd93bcaf

View File

@ -23,8 +23,8 @@
{{ article.title }}
</div>
<div class="event-details">
{% if article.start %}
{{ article.start }}
{% if article.event_start %}
{{ article.event_start }}
{% endif %}
</div>
</div>