diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml
index 8baaa4b1..89d682a1 100644
--- a/app/config/sculpin_site.yml
+++ b/app/config/sculpin_site.yml
@@ -19,4 +19,5 @@ elsewhere:
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 e2eb9baf..c3eb1ef1 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:
-* IRC ({{ site.elsewhere.irc }})
-* Twitter (@{{ site.elsewhere.twitter_name }})
-* Drupal.org
-* LinkedIn
+* {{ 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 }}
## Meetups
diff --git a/source/index.md b/source/index.md
index bc820b05..a5e31164 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 Twitter and LinkedIn, and you can view his code on
+Drupal.org and GitHub.
\ No newline at end of file