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

20 lines
737 B
Twig
Raw Normal View History

2017-10-27 19:21:16 +00:00
---
layout: page
title: Talks
meta:
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
use: [talks]
---
{% block content %}
<p>I regularly speak at conferences and user groups about a range of subjects including Drupal, Sculpin and Git. If you would like to me to speak at your group or conference, please <a href="{{ site.url }}/contact">get in touch</a>.</p>
2017-10-27 23:31:21 +00:00
<h2>Last 5 Talks</h2>
2017-10-28 01:28:44 +00:00
{% set data = { talks: data.talks, events: site.events } %}
2017-10-27 23:31:21 +00:00
{% include "talks-table" with {
2017-10-28 01:28:44 +00:00
talks: data|format_talks|slice(0,5)
2017-10-27 23:31:21 +00:00
} %}
2017-10-27 19:21:16 +00:00
<p>Upcoming talks can be found in the <a href="{{ site.url }}/talks/archive">talks archive</a>.</p>
{% endblock %}