Move talks archive file
This commit is contained in:
parent
7b795a99bc
commit
ee40679c95
1 changed files with 1 additions and 0 deletions
21
source/talks-archive.html.twig
Normal file
21
source/talks-archive.html.twig
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue