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 layout: default
title: Company Information title: Company Information
nav: company nav: company
meta:
description: 'Company information for Oliver Davies Ltd.'
--- ---
# Company Information # Company Information

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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