commit
7c30dbef8d
|
@ -2,6 +2,8 @@
|
|||
layout: default
|
||||
title: Company Information
|
||||
nav: company
|
||||
meta:
|
||||
description: 'Company information for Oliver Davies Ltd.'
|
||||
---
|
||||
# Company Information
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ title: Contact
|
|||
nav: contact
|
||||
use:
|
||||
- posts
|
||||
meta:
|
||||
description: 'Information about how to get in touch with Oliver.'
|
||||
---
|
||||
# Contact
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@ nav: about
|
|||
front: true
|
||||
use:
|
||||
- posts
|
||||
meta:
|
||||
description: 'The personal website and blog of Oliver Davies, a Drupal Developer and Systems Administrator from Wales, UK.'
|
||||
---
|
||||
# About
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ title: Services
|
|||
nav: services
|
||||
use:
|
||||
- posts
|
||||
meta:
|
||||
description: 'Information about freelance services that Oliver offers.'
|
||||
---
|
||||
# Services
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ title: Talks
|
|||
nav: talks
|
||||
use:
|
||||
- posts
|
||||
meta:
|
||||
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups.'
|
||||
---
|
||||
# Talks
|
||||
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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" />
|
||||
<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
|
||||
use:
|
||||
- posts
|
||||
meta:
|
||||
description: "Information about Oliver's current work."
|
||||
---
|
||||
# Work
|
||||
|
||||
|
|
Reference in a new issue