diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 6dbd0ed0..d7731d1b 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -1,9 +1,14 @@ --- name: Oliver Davies +slogan: Certified Drupal expert, Developer and Consultant email: oliver+website@oliverdavies.uk yearsExperience: 16 assets_version: 3 +meta: + description: |- + Oliver is an Acquia-certified Triple Drupal expert, core contributor, Developer, Consultant and multiple-time DrupalCon speaker. + menu_links: - title: About diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index 14407ec7..86a02956 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -14,11 +14,24 @@ - - - {% block meta_title %}{{ page.title }} | {{ site.name }}{% endblock %} + + {% if page.meta.description %} + + {% else %} + + {% endif %} + + {% if page.meta.title %} + {{ page.meta.title }} + + + {% else %} + {{ page.title }} | {{ site.name }} + + + {% endif %} {% block body %}{% endblock %} diff --git a/source/_pages/index.md b/source/_pages/index.md index 90af2156..f9e640f3 100644 --- a/source/_pages/index.md +++ b/source/_pages/index.md @@ -1,6 +1,8 @@ --- title: Do you need a certified Drupal expert, core contributor and module maintainer? permalink: / +meta: + title: '%site.slogan% | %site.name%' --- {% block meta_title %}Certified Drupal expert, Developer and Consultant | {{ site.name }}{% endblock %} diff --git a/source/_pages/team-coaching.html.twig b/source/_pages/team-coaching.html.twig index 75966940..57969afd 100644 --- a/source/_pages/team-coaching.html.twig +++ b/source/_pages/team-coaching.html.twig @@ -1,7 +1,7 @@ --- -title: Team Coaching -form_url: https://forms.gle/zd3Lnwe2J1sF13qJ7 +title: Software Development Team Coaching price: 10000 +form_url: https://forms.gle/zd3Lnwe2J1sF13qJ7 faqs: - - Do you only work with Drupal development teams? @@ -9,6 +9,9 @@ faqs: - - I have another question. - No problem! Send me an email at oliver@oliverdavies.uk. +meta: + description: |- + Upskill your development team with coaching by an Acquia-certified Drupal Triple Expert, core contributor and multiple-time DrupalCon speaker. --- {% block content %} @@ -21,7 +24,7 @@ faqs: {# Dream #} {# Fix #} -

I offer team coaching on an ongoing monthly basis. You can sign up for as long as you need and cancel at any time.

+

I offer team coaching on an ongoing monthly basis for a fixed price. You can sign up for as long as you need and cancel at any time.

{# 1st call to action #}