From e273aee1c2de154e6b107afd7754f5506482f111 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 14 Mar 2020 21:42:16 +0000 Subject: [PATCH] Be consistent with spaces --- source/_pages/talks.html.twig | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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) %}