refactor: rename event list partials

This commit is contained in:
Oliver Davies 2022-01-03 10:52:29 +00:00
parent a445072048
commit d934089b57
3 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,10 @@
<li>
{% if url %}
<a href="{{ url }}">{{ name }}</a>
{% else %}
{{ name }}
{% endif %}
{% if location %}in {{ location }}{% endif %}
- {{ date|date('jS F Y') }}
{{ is_online ? '(online)' }}
</li>