diff --git a/source/_pages/talks.html.twig b/source/_pages/talks.html.twig
index 72f7a4d7..f045b797 100644
--- a/source/_pages/talks.html.twig
+++ b/source/_pages/talks.html.twig
@@ -4,26 +4,26 @@ meta:
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
use: [talks]
talks:
- - title: 'Drupal and the LDAP module'
- description: A review and demonstration of some of the recent single sign-on work that I did using Drupal’s LDAP module.
- events:
- - event: swdug
- date: 2013-07-10
+ - title: 'Drupal and the LDAP module'
+ description: A review and demonstration of some of the recent single sign-on work that I did using Drupal’s LDAP module.
+ events:
+ - event: swdug
+ date: 2013-07-10
- - title: 'About the Drupal Association'
- description: An impromptu talk about what the Drupal Association is, and what work I’ve been doing since I joined the Association staff.
- events:
- - event: swdug
- date: 2014-08-19
+ - title: 'About the Drupal Association'
+ description: An impromptu talk about what the Drupal Association is, and what work I’ve been doing since I joined the Association staff.
+ events:
+ - event: swdug
+ date: 2014-08-19
- - title: 'Automated testing and Test Driven Development in Drupal 8'
- description: A workshop that I gave about automated testing and test driven development in Drupal 8.
- type: Workshop
- events:
- - event: drupal_bristol
- date: 2018-06-27
- - event: drupalcamp_london_20
- date: 2020-03-13
+ - title: 'Automated testing and Test Driven Development in Drupal 8'
+ description: A workshop that I gave about automated testing and test driven development in Drupal 8.
+ type: Workshop
+ events:
+ - event: drupal_bristol
+ date: 2018-06-27
+ - event: drupalcamp_london_20
+ date: 2020-03-13
---
{% block content %}
{% set talks = page.talks|merge(data.talks) %}