commit
7c30dbef8d
|
@ -2,6 +2,8 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: Company Information
|
title: Company Information
|
||||||
nav: company
|
nav: company
|
||||||
|
meta:
|
||||||
|
description: 'Company information for Oliver Davies Ltd.'
|
||||||
---
|
---
|
||||||
# Company Information
|
# Company Information
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ title: Contact
|
||||||
nav: contact
|
nav: contact
|
||||||
use:
|
use:
|
||||||
- posts
|
- posts
|
||||||
|
meta:
|
||||||
|
description: 'Information about how to get in touch with Oliver.'
|
||||||
---
|
---
|
||||||
# Contact
|
# Contact
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,8 @@ nav: about
|
||||||
front: true
|
front: true
|
||||||
use:
|
use:
|
||||||
- posts
|
- posts
|
||||||
|
meta:
|
||||||
|
description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.'
|
||||||
---
|
---
|
||||||
# About
|
# About
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ title: Services
|
||||||
nav: services
|
nav: services
|
||||||
use:
|
use:
|
||||||
- posts
|
- posts
|
||||||
|
meta:
|
||||||
|
description: 'Information about freelance services that Oliver offers.'
|
||||||
---
|
---
|
||||||
# Services
|
# Services
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ title: Talks
|
||||||
nav: talks
|
nav: talks
|
||||||
use:
|
use:
|
||||||
- posts
|
- posts
|
||||||
|
meta:
|
||||||
|
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups.'
|
||||||
---
|
---
|
||||||
# Talks
|
# Talks
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="{% if page.front == true %}{{ site.description }}{% else %}{{ page.description }}{% endif %}">
|
{% if page.meta.description %}
|
||||||
|
<meta name="description" content="{{ page.meta.description|e('html') }}">
|
||||||
|
{% endif %}
|
||||||
<link rel="author" href="{{ site.url }}/humans.txt" />
|
<link rel="author" href="{{ site.url }}/humans.txt" />
|
||||||
<title>{% if (page.front == true) and (site.subtitle) %}{{ site.subtitle }}{% else %}{{ page.title }}{% endif %} | {{ site.title }}</title>
|
<title>{% if (page.front == true) and (site.subtitle) %}{{ site.subtitle }}{% else %}{{ page.title }}{% endif %} | {{ site.title }}</title>
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ title: Work
|
||||||
nav: work
|
nav: work
|
||||||
use:
|
use:
|
||||||
- posts
|
- posts
|
||||||
|
meta:
|
||||||
|
description: "Information about Oliver's current work."
|
||||||
---
|
---
|
||||||
# Work
|
# Work
|
||||||
|
|
||||||
|
|
Reference in a new issue