forked from varia/varia.website
reverting from event-start to event_start becauase pelican doesnt like it
This commit is contained in:
parent
3fc9eaba27
commit
68dd93bcaf
@ -23,8 +23,8 @@
|
|||||||
{{ article.title }}
|
{{ article.title }}
|
||||||
</div>
|
</div>
|
||||||
<div class="event-details">
|
<div class="event-details">
|
||||||
{% if article.start %}
|
{% if article.event_start %}
|
||||||
{{ article.start }}
|
{{ article.event_start }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user