Re-add talk archive

This commit is contained in:
Oliver Davies 2018-10-09 07:47:13 +01:00
parent 8c339a003c
commit c972b40712
4 changed files with 42 additions and 18 deletions

View file

@ -0,0 +1,14 @@
---
layout: default
title: Talks Archive
use: [talks]
---
{% block content %}
<p>Here are most of my previous conference and meetup talks, workshops and podcasts.</p>
{% include "talks-table" with {
talks: getPastTalks(data.talks|merge(site.talks), site.events)
} %}
<p>Upcoming talks can be found on the <a href="/talks" class="link">talks page</a>.</p>
{% endblock %}