Move talks archive file

This commit is contained in:
Oliver Davies 2017-10-28 09:27:40 +01:00
parent 7b795a99bc
commit ee40679c95

View file

@ -0,0 +1,21 @@
---
layout: page
title: Talk Archive
permalink: talks/archive
use: [talks]
talks:
- title: 'Drupal and the LDAP module'
events:
- date: '2013-07-10'
event: swdug
- title: 'About the Drupal Association'
events:
- date: '2014-08-19'
event: swdug
---
<p>Here are a list of my previous conference and user group talks:</p>
{% set data = { talks: data.talks|merge(page.talks), events: site.events } %}
{% include "talks-table" with { talks: data|format_talks(false, true) } %}
<p>Upcoming talks can be found on the <a href="{{ site.url }}/talks">talks page</a>.</p>