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

7 lines
239 B
HTML
Raw Normal View History

2015-07-19 07:18:39 +00:00
<li>{% spaceless %}
2015-07-16 01:13:23 +00:00
{{ talk.location }} -
2015-07-19 07:27:00 +00:00
{% if talk.title_link -%}<a href="{{ talk.title_link }}" title="{{ talk.title }}">{%- endif -%}
2015-07-16 00:31:50 +00:00
{{ talk.title }}
2015-07-19 07:18:39 +00:00
{%- if talk.title_link -%}</a>{%- endif -%}
{% endspaceless %}</li>