Remove some duplication

This commit is contained in:
Oliver Davies 2017-03-17 22:40:32 +00:00
parent 7ba1ac845d
commit 3bce644f85
4 changed files with 11 additions and 16 deletions

View file

@ -6,11 +6,11 @@ use: [posts]
---
## Job title
{{ site.author.company.role }} at [{{ site.author.company.name }}][0].
{{ site.work.role }} at [{{ site.companies[site.work.company].name }}][0].
## Bio
Oliver 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.author.company.role }} at [{{ site.author.company.name_short }}][0], a Drupal core contributor and module maintainer, and a provisional member of the Drupal Security team.
Oliver 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_short }}][0], a Drupal core contributor and module maintainer, and a provisional member of the Drupal Security team.
In his spare time, Oliver can usually be found attending or organising a user group or conference, or working on freelance or open source projects.
@ -37,4 +37,4 @@ Here are some videos of my previous talks:
- <https://www.youtube.com/watch?v=qO_Wh5WE3VA>
- <https://www.youtube.com/watch?v=Yi_FPI3xHwc>
[0]: {{site.author.company.website}}
[0]: {{site.companies[site.work.company].website}}