Use body_class instead of nav
This commit is contained in:
parent
9056f3d1c9
commit
331d0cb865
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Blog
|
title: Blog
|
||||||
nav: blog
|
body_class: page--blog
|
||||||
use:
|
use:
|
||||||
- posts
|
- posts
|
||||||
---
|
---
|
||||||
|
|
|
@ -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.'
|
||||||
---
|
---
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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.'
|
||||||
---
|
---
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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."
|
||||||
---
|
---
|
||||||
|
|
Reference in a new issue