Browse Source

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

master
rra 6 years ago
parent
commit
68dd93bcaf
  1. 4
      themes/cetcat/templates/article.html

4
themes/cetcat/templates/article.html

@ -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>

Loading…
Cancel
Save