diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 8bc7f006f..88bdf5d35 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -3,6 +3,10 @@ subtitle: Drupal Developer & System Administrator description: Oliver Davies, Drupal Developer email: oliver+website@oliverdavies.uk +author: + name: Oliver Davies + bio: Oliver Davies is a Drupal Developer and System Administrator based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers. + twitter: url: http://twitter.com/opdavies name: opdavies diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index c542ea18f..605ab4154 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -36,7 +36,7 @@ Picture of Oliver -

Oliver Davies is a Drupal Developer and System Administrator based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

+

{{ site.author.bio|raw }}

{% if page.next_post or page.previous_post %}