diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 85f634e7..bee3a519 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -1,6 +1,10 @@ name: Oliver Davies +description: Lead Software Developer. Freelancer. Drupal and PHP specialist. locale: en-GB +avatar: + url: '/sites/default/files/images/me-precedent.jpg' + drupalorg: name: opdavies url: 'https://www.drupal.org/u/%drupalorg.name%' diff --git a/source/_layouts/app.html.twig b/source/_layouts/app.html.twig index ac79b74f..74a8df09 100644 --- a/source/_layouts/app.html.twig +++ b/source/_layouts/app.html.twig @@ -4,7 +4,8 @@ - {% include 'meta' %} + + {% include 'meta' with { page, site } only %}
{% block body %}{% endblock %} diff --git a/source/_pages/index.md b/source/_pages/index.md index 90f0aa90..194d658d 100644 --- a/source/_pages/index.md +++ b/source/_pages/index.md @@ -1,6 +1,7 @@ --- title: Oliver Davies - UK based PHP Developer and Drupal specialist permalink: / +is_front: true ---