From 791c9077b68aa4c431087e5ea099a1aa132811e9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 22:06:40 +0100 Subject: [PATCH] Use the talks content type --- source/talks.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/talks.html.twig b/source/talks.html.twig index 8c22971c..f7dda36c 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -3,6 +3,8 @@ layout: default title: Talks meta: description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' +use: + - talks talks: - title: So, what is this Drupal thing? title_link: http://vimeo.com/49827006 @@ -59,7 +61,7 @@ talks:

There is also information about events that I’ve attended and spoken at on my Lanyrd and Joind.in profiles.

{% set now = 'now'|date('U') %} - {% set talks = page.talks|reverse %} + {% set talks = data.talks|reverse %} {% set found = false %} {% set year = '0' %}