diff --git a/source/speaker-info.md b/source/speaker-info.md index 092d99efa..44df6624c 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}}