oliverdavies.uk/source/_partials/talk_listing_item.html.twig

13 lines
314 B
Twig
Raw Normal View History

2015-07-19 07:18:39 +00:00
<li>{% spaceless %}
2015-08-10 15:08:55 +00:00
<strong>
2015-08-13 20:45:17 +00:00
{% if not talk.fuzzy_date %}
2015-08-10 15:08:55 +00:00
{{ talk.date|date('jS F') }}
{% else %}
{{ talk.date|date('F') }}
{% endif %}
</strong> - {{ talk.location }} -
2015-08-13 20:57:26 +00:00
<a href="{{ talk.url }}">
{{ talk.title }}
</a>
2015-07-19 07:18:39 +00:00
{% endspaceless %}</li>