Updated page title
This commit is contained in:
parent
4fe7fe624f
commit
c641806e48
|
@ -1,6 +1,6 @@
|
||||||
title: Oliver Davies
|
title: Oliver Davies
|
||||||
subtitle: Drupal, Symfony, PHP, Linux
|
subtitle: Web Developer, System Administrator - PHP, Drupal, Symfony, Linux
|
||||||
description: Oliver Davies, Drupal Developer
|
description: Oliver Davies, Lead Drupal Developer
|
||||||
email: oliver+website@oliverdavies.uk
|
email: oliver+website@oliverdavies.uk
|
||||||
|
|
||||||
author:
|
author:
|
||||||
|
|
|
@ -1,13 +1,7 @@
|
||||||
{% spaceless %}<title>
|
{% spaceless %}<title>
|
||||||
{% if page.full_title %}
|
{% if page.front %}
|
||||||
{{ page.full_title }}
|
{{ site.subtitle }} | {{ site.title }}
|
||||||
{% elseif page.title and site.title %}
|
{% else %}
|
||||||
{{ page.title }} {{ site.title_separator }} {{ site.title }}
|
{{ page.title }} | {{ site.title }}
|
||||||
{% elseif site.title %}
|
|
||||||
{% if site.subtitle %}
|
|
||||||
{{ site.subtitle }} {{ site.title_separator }} {{ site.title }}
|
|
||||||
{% else %}
|
|
||||||
{{ site.title }}
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</title>{% endspaceless %}
|
</title>{% endspaceless %}
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
nav: about
|
nav: about
|
||||||
|
title: About
|
||||||
|
front: yes
|
||||||
meta:
|
meta:
|
||||||
description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.'
|
description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.'
|
||||||
og:
|
og:
|
||||||
|
|
Loading…
Reference in a new issue