From 8a05b19fd47ce58b4ad906bb875d81f8b09a74df Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 20 Aug 2021 01:13:51 +0100 Subject: [PATCH] Fix spacing in YAML front matter [skip ci] --- source/_pages/talks.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_pages/talks.html.twig b/source/_pages/talks.html.twig index da62c4f7d..b86ef50ec 100644 --- a/source/_pages/talks.html.twig +++ b/source/_pages/talks.html.twig @@ -1,9 +1,9 @@ --- title: Talks and workshops use: - - talks + - talks intro_text: | - Starting with my first talk in September 2012, I have given 82 presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration. + Starting with my first talk in September 2012, I have given 82 presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration. ---