Update meta title for the Home page
This commit is contained in:
parent
87234d0f9f
commit
9fd0094d8f
|
@ -18,7 +18,7 @@
|
||||||
<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 }}" />
|
<meta property="twitter:title" content="{{ page.title }} | {{ site.name }}" />
|
||||||
<title>{{ page.title }} | {{ site.name }}</title>
|
<title>{% block meta_title %}{{ page.title }} | {{ site.name }}{% endblock %}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
|
|
|
@ -3,6 +3,8 @@ title: Do you need a certified Drupal expert, core contributor and module mainta
|
||||||
permalink: /
|
permalink: /
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{% block meta_title %}Certified Drupal expert, Developer and Consultant | {{ site.name }}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
Hi, I'm Oliver. I'm an Acquia-certified Drupal Triple Expert and Software Development Consultant with {{ site.yearsExperience }} years of experience.
|
Hi, I'm Oliver. I'm an Acquia-certified Drupal Triple Expert and Software Development Consultant with {{ site.yearsExperience }} years of experience.
|
||||||
|
|
Loading…
Reference in a new issue