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

7 lines
204 B
Twig
Raw Normal View History

2015-07-19 07:18:39 +00:00
<li>{% spaceless %}
2015-07-20 00:03:09 +00:00
<strong>{{ talk.date|date('F') }}</strong> - {{ talk.location }} -
2015-08-09 21:23:00 +00:00
<a href="{{ talk.url }}" title="{{ talk.title }}">
{{ talk.title }}
</a>
2015-07-19 07:18:39 +00:00
{% endspaceless %}</li>