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
2015-07-19 16:02:27 +01:00

7 lines
267 B
HTML

<li>{% spaceless %}
{{ talk.date|date('F') }} - {{ talk.location }} -
{% if talk.title_link -%}<a href="{{ talk.title_link }}" title="{{ talk.title }}">{%- endif -%}
{{ talk.title }}
{%- if talk.title_link -%}</a>{%- endif -%}
{% endspaceless %}</li>