Merge pull request #1 from opdavies/metatags

Metatags
This commit is contained in:
Oliver Davies 2015-04-10 08:40:23 +01:00
commit 7c30dbef8d
7 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,8 @@
layout: default
title: Company Information
nav: company
meta:
description: 'Company information for Oliver Davies Ltd.'
---
# Company Information

View file

@ -4,6 +4,8 @@ title: Contact
nav: contact
use:
- posts
meta:
description: 'Information about how to get in touch with Oliver.'
---
# Contact

View file

@ -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

View file

@ -4,6 +4,8 @@ title: Services
nav: services
use:
- posts
meta:
description: 'Information about freelance services that Oliver offers.'
---
# Services

View file

@ -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

View file

@ -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>

View file

@ -4,6 +4,8 @@ title: Work
nav: work
use:
- posts
meta:
description: "Information about Oliver's current work."
---
# Work