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/_includes/talk-listing-item.html.twig

16 lines
391 B
Twig
Raw Normal View History

2015-08-25 21:35:39 +00:00
<li>
2015-08-25 22:40:50 +00:00
<strong>{% spaceless %}
2015-08-25 21:35:39 +00:00
{% if talk.fuzzy_date %}
2015-08-10 15:08:55 +00:00
{{ talk.date|date('F') }}
2015-08-25 21:35:39 +00:00
{% else %}
{{ talk.date|date('jS F') }}
2015-08-10 15:08:55 +00:00
{% endif %}
2015-09-12 07:59:49 +00:00
{% endspaceless %}</strong> - {{ talk.event.name }}
-
{% if talk.fuzzy_date %}
{{ talk.title }}
{% else %}
<a href="{{ talk.url }}">{{ talk.title }}</a>
{% endif %}
2015-08-25 21:35:39 +00:00
</li>