This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_partials/talk_listing_item.html.twig
2015-08-13 21:57:26 +01:00

13 lines
314 B
Twig

<li>{% spaceless %}
<strong>
{% if not talk.fuzzy_date %}
{{ talk.date|date('jS F') }}
{% else %}
{{ talk.date|date('F') }}
{% endif %}
</strong> - {{ talk.location }} -
<a href="{{ talk.url }}">
{{ talk.title }}
</a>
{% endspaceless %}</li>