Update head and meta tags
This commit is contained in:
parent
930e265f6d
commit
1503275288
|
@ -1,9 +1,14 @@
|
||||||
---
|
---
|
||||||
name: Oliver Davies
|
name: Oliver Davies
|
||||||
|
slogan: Certified Drupal expert, Developer and Consultant
|
||||||
email: oliver+website@oliverdavies.uk
|
email: oliver+website@oliverdavies.uk
|
||||||
yearsExperience: 16
|
yearsExperience: 16
|
||||||
assets_version: 3
|
assets_version: 3
|
||||||
|
|
||||||
|
meta:
|
||||||
|
description: |-
|
||||||
|
Oliver is an Acquia-certified Triple Drupal expert, core contributor, Developer, Consultant and multiple-time DrupalCon speaker.
|
||||||
|
|
||||||
menu_links:
|
menu_links:
|
||||||
-
|
-
|
||||||
title: About
|
title: About
|
||||||
|
|
|
@ -14,11 +14,24 @@
|
||||||
<meta name="twitter:image" content="{{ site.url }}/images/od-logo.jpg" />
|
<meta name="twitter:image" content="{{ site.url }}/images/od-logo.jpg" />
|
||||||
<meta name="twitter:site" content="@opdavies">
|
<meta name="twitter:site" content="@opdavies">
|
||||||
<meta property="og:site_name" content="Oliver Davies" />
|
<meta property="og:site_name" content="Oliver Davies" />
|
||||||
<meta property="og:title" content="{{ page.title }} | {{ site.name }}" />
|
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url|trim('/', 'right') }}" />
|
<meta property="og:url" content="{{ site.url }}{{ page.url|trim('/', 'right') }}" />
|
||||||
<meta property="twitter:title" content="{{ page.title }} | {{ site.name }}" />
|
|
||||||
<title>{% block meta_title %}{{ page.title }} | {{ site.name }}{% endblock %}</title>
|
{% if page.meta.description %}
|
||||||
|
<meta name="description" content="{{ page.meta.description }}" />
|
||||||
|
{% else %}
|
||||||
|
<meta name="description" content="{{ site.meta.description }}" />
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if page.meta.title %}
|
||||||
|
<title>{{ page.meta.title }}</title>
|
||||||
|
<meta property="og:title" content="{{ page.meta.title }}" />
|
||||||
|
<meta property="twitter:title" content="{{ page.meta.title }}" />
|
||||||
|
{% else %}
|
||||||
|
<title>{{ page.title }} | {{ site.name }}</title>
|
||||||
|
<meta property="og:title" content="{{ page.title }} | {{ site.name }}" />
|
||||||
|
<meta property="twitter:title" content="{{ page.title }} | {{ site.name }}" />
|
||||||
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Do you need a certified Drupal expert, core contributor and module maintainer?
|
title: Do you need a certified Drupal expert, core contributor and module maintainer?
|
||||||
permalink: /
|
permalink: /
|
||||||
|
meta:
|
||||||
|
title: '%site.slogan% | %site.name%'
|
||||||
---
|
---
|
||||||
|
|
||||||
{% block meta_title %}Certified Drupal expert, Developer and Consultant | {{ site.name }}{% endblock %}
|
{% block meta_title %}Certified Drupal expert, Developer and Consultant | {{ site.name }}{% endblock %}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Team Coaching
|
title: Software Development Team Coaching
|
||||||
form_url: https://forms.gle/zd3Lnwe2J1sF13qJ7
|
|
||||||
price: 10000
|
price: 10000
|
||||||
|
form_url: https://forms.gle/zd3Lnwe2J1sF13qJ7
|
||||||
faqs:
|
faqs:
|
||||||
-
|
-
|
||||||
- Do you only work with Drupal development teams?
|
- Do you only work with Drupal development teams?
|
||||||
|
@ -9,6 +9,9 @@ faqs:
|
||||||
-
|
-
|
||||||
- I have another question.
|
- I have another question.
|
||||||
- No problem! Send me an email at <a href="mailto:oliver@oliverdavies.uk">oliver@oliverdavies.uk</a>.
|
- No problem! Send me an email at <a href="mailto:oliver@oliverdavies.uk">oliver@oliverdavies.uk</a>.
|
||||||
|
meta:
|
||||||
|
description: |-
|
||||||
|
Upskill your development team with coaching by an Acquia-certified Drupal Triple Expert, core contributor and multiple-time DrupalCon speaker.
|
||||||
---
|
---
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@ -21,7 +24,7 @@ faqs:
|
||||||
{# Dream #}
|
{# Dream #}
|
||||||
|
|
||||||
{# Fix #}
|
{# Fix #}
|
||||||
<p>I offer team coaching on an ongoing monthly basis. You can sign up for as long as you need and cancel at any time.</p>
|
<p>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.</p>
|
||||||
|
|
||||||
{# 1st call to action #}
|
{# 1st call to action #}
|
||||||
<div class="mt-8">
|
<div class="mt-8">
|
||||||
|
|
Loading…
Reference in a new issue