diff --git a/source/talks.html.twig b/source/talks.html.twig index 8c22971cb..f7dda36c4 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' %}