From d1c70b0f6252c4bd589cf3404b877728732974c7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 11 Jul 2017 07:22:30 +0100 Subject: [PATCH] Update speaker info --- source/speaker-info.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/source/speaker-info.md b/source/speaker-info.md index 092d99ef..44df6624 100644 --- a/source/speaker-info.md +++ b/source/speaker-info.md @@ -1,16 +1,17 @@ --- layout: page title: Speaker information -slug: speaker-info/ use: [posts] --- +{% set company = site.companies[site.work.company] %} + ## Job title -{{ site.work.role }} at [{{ site.companies[site.work.company].name }}][0]. +{{ site.work.role }} at [{{ company.name }}][0]. ## Bio -[Oliver Davies][1] ([@{{ site.twitter.name }}][2]) has been building websites since 2007, specialising in PHP and Drupal since 2008, and more recently also working with Symfony, Silex, Laravel and Sculpin. He is a {{ site.work.role }} at [{{ site.companies[site.work.company].name }}][0], a Drupal core contributor and mentor, and an open source and contribution advocate. +[Oliver Davies][1] ([@{{ site.twitter.name }}][2]) has been building websites since 2007, specialising in PHP and Drupal since 2008, and more recently also working with Symfony, Silex, Laravel and Sculpin. He is a {{ site.work.role }} at [{{ company.name }}][0], a Drupal core contributor and mentor, and an open source and contribution advocate. He regularly blogs and gives talks about web development and systems administration, maintains and contributes to various open source projects, and co-organises the Drupal Bristol and PHPSW meetups and DrupalCamp Bristol conference. @@ -18,7 +19,9 @@ He regularly blogs and gives talks about web development and systems administrat -## Events that I’ve spoken at +## Events + +Here are some of the events that I’ve spoken at: - DrupalCamp London (2014, 2015, 2016, 2017) - DrupalCamp Brighton 2015 @@ -35,6 +38,6 @@ Here are some videos of my previous talks: - - -[0]: {{site.companies[site.work.company].url}} +[0]: {{company.url}} [1]: {{site.url}} [2]: {{site.twitter.url}}