Use body_class instead of nav
This commit is contained in:
parent
9056f3d1c9
commit
331d0cb865
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Blog
|
||||
nav: blog
|
||||
body_class: page--blog
|
||||
use:
|
||||
- posts
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Contact
|
||||
nav: contact
|
||||
body_class: page--contact
|
||||
meta:
|
||||
description: 'Information about how to get in touch with Oliver.'
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
nav: about
|
||||
body_class: page--about
|
||||
meta:
|
||||
description: 'The personal website and blog of Oliver Davies, a Drupal Developer and System Administrator from Wales, UK.'
|
||||
og:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Services
|
||||
nav: services
|
||||
body_class: page--services
|
||||
meta:
|
||||
description: 'Information about freelance services that Oliver offers.'
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Talks
|
||||
nav: talks
|
||||
body_class: page--talks
|
||||
meta:
|
||||
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
|
||||
use:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Work
|
||||
nav: work
|
||||
body_class: page--work
|
||||
meta:
|
||||
description: "Information about Oliver's current work."
|
||||
---
|
||||
|
|
Reference in a new issue