diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 89d682a1..88e3f7e2 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -3,21 +3,20 @@ subtitle: Drupal & Linux Specialist description: Oliver Davies, Drupal Developer url: http://localhost:8000 -elsewhere: - twitter: - title: Twitter - url: http://twitter.com/opdavies - handle: opdavies - linkedin: - title: LinkedIn - url: http://uk.linkedin.com/in/opdavies - drupalorg: - title: Drupal.org - url: https://www.drupal.org/user/381388 - nice_url: https://www.drupal.org/u/opdavies - github: - title: GitHub - url: http://github.com/opdavies - irc: - title: IRC - handle: opdavies \ No newline at end of file +twitter: + title: Twitter + url: http://twitter.com/opdavies + handle: opdavies +linkedin: + title: LinkedIn + url: http://uk.linkedin.com/in/opdavies +drupalorg: + title: Drupal.org + url: https://www.drupal.org/user/381388 + nice_url: https://www.drupal.org/u/opdavies +github: + title: GitHub + url: http://github.com/opdavies +irc: + title: IRC + handle: opdavies \ No newline at end of file diff --git a/source/contact.md b/source/contact.md index c3eb1ef1..4a326171 100644 --- a/source/contact.md +++ b/source/contact.md @@ -17,10 +17,10 @@ If you want to report an issue or want to suggest any improvements to the site, Here are the best places to contact me online: -* {{ site.elsewhere.irc.title }} ({{ site.elsewhere.irc.handle }}) - I'm usually in #drupal-uk on Freenode, among others. -* {{ site.elsewhere.twitter.title }} (@{{ site.elsewhere.twitter.handle }}) -* {{ site.elsewhere.drupalorg.title }} -* {{ site.elsewhere.linkedin.title }} +* {{ site.irc.title }} ({{ site.irc.handle }}) - I'm usually in #drupal-uk on Freenode, among others. +* {{ site.twitter.title }} (@{{ site.twitter.handle }}) +* {{ site.drupalorg.title }} +* {{ site.linkedin.title }} ## Meetups diff --git a/source/index.md b/source/index.md index a5e31164..b512e72f 100644 --- a/source/index.md +++ b/source/index.md @@ -23,5 +23,5 @@ Oliver currently works for the [Drupal Association](https://assoc.drupal.org) an In his spare time, Oliver contributes to Drupal core and maintains several contrib modules on Drupal.org, is the Git Documentation Maintainer for the Drupal project, and is a provisional member of the [Drupal Security team](https://www.drupal.org/security-team). He attends, organises and [talks](/talks) at user groups, and volunteers and mentors at conferences. He also is a 2nd Degree Black Belt in Tae Kwon-Do and a Brazilian Jiu-Jitsu practitioner. -Oliver has active social media profiles on Twitter and LinkedIn, and you can view his code on -Drupal.org and GitHub. \ No newline at end of file +Oliver has active social media profiles on {{ site.twitter.title }} and {{ site.linkedin.title }}, and you can view his code on +{{ site.drupalorg.title }} and {{ site.github.title }}. \ No newline at end of file