diff --git a/source/_includes/talk/events.html.twig b/source/_includes/talk/events.html.twig index ed3f953aa..ddcd69051 100644 --- a/source/_includes/talk/events.html.twig +++ b/source/_includes/talk/events.html.twig @@ -1,9 +1,8 @@
Here are a list of my previous conference and user group talks:
-{% set data = { talks: data.talks|merge(page.talks), events: site.events } %} -{% include "talks-table" with { talks: data|format_talks(false, true) } %} +{% include "talks-table" with { + talks: { talks: data.talks|merge(page.talks), events: site.events }|format_talks(false, true) +} %}Upcoming talks can be found on the talks page.
diff --git a/source/talks.html.twig b/source/talks.html.twig index f08389637..a6ce4f70d 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -8,11 +8,9 @@ use: [talks] {% block content %}I regularly speak at conferences and user groups about a range of subjects including Drupal, Sculpin and Git. If you would like to me to speak at your group or conference, please get in touch.
- {% set data = { talks: data.talks, events: site.events } %} -All previous talks can be found in the talks archive.