Use body_class instead of nav

This commit is contained in:
Oliver Davies 2015-06-14 22:00:49 +01:00
parent 9056f3d1c9
commit 331d0cb865
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Blog title: Blog
nav: blog body_class: page--blog
use: use:
- posts - posts
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Contact title: Contact
nav: contact body_class: page--contact
meta: meta:
description: 'Information about how to get in touch with Oliver.' description: 'Information about how to get in touch with Oliver.'
--- ---

View file

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
nav: about body_class: page--about
meta: meta:
description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.' description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.'
og: og:

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Services title: Services
nav: services body_class: page--services
meta: meta:
description: 'Information about freelance services that Oliver offers.' description: 'Information about freelance services that Oliver offers.'
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Talks title: Talks
nav: talks body_class: page--talks
meta: meta:
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups' description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
use: use:

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Work title: Work
nav: work body_class: page--work
meta: meta:
description: "Information about Oliver's current work." description: "Information about Oliver's current work."
--- ---