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