From f7b812ce53cb8abeaf8f250d1fcfb0ee4866c1b7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 3 Jan 2024 20:00:00 +0000 Subject: [PATCH] Update introduction text --- source/_pages/talks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_pages/talks.md b/source/_pages/talks.md index 56ff02fe8..5f0685457 100644 --- a/source/_pages/talks.md +++ b/source/_pages/talks.md @@ -11,7 +11,7 @@ use: {% endfor %} {% endfor %} -Starting with my first talk in September 2012, I have given {{ talkCount }} public presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration. +Since September 2012, I have given {{ talkCount }} public presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration. {% for talk in data.talks|sort((a, b) => a.events|last.date|date('U') > b.events|last.date|date('U') ? -1 : 1) %}