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/talks.html.twig

15 lines
265 B
Twig
Raw Normal View History

2015-04-10 22:21:29 +00:00
---
layout: default
title: Talks
use:
- talks
---
<h1>Talks</h1>
<dl>
{% for talk in data.talks %}
<dt>{{ talk.date|date('F Y') }} - {{ talk.location|raw }}</dt>
<dd><a href="{{ site.url }}{{ talk.url }}">{{ talk.title }}</a></dd>
{% endfor %}
</dl>