Re-order menu links

This commit is contained in:
Oliver Davies 2019-07-11 00:46:42 +01:00
parent 3dba89fb37
commit ca3c224f40

View file

@ -84,11 +84,6 @@ export default {
href: '/',
pattern: '^/.$'
},
{
title: 'Projects',
href: '/projects',
pattern: '^/projects/?$'
},
{
title: 'Articles',
href: '/articles',
@ -104,6 +99,11 @@ export default {
href: '/podcasts',
pattern: '^/podcasts/?'
},
{
title: 'Projects',
href: '/projects',
pattern: '^/projects/?$'
},
{
title: 'Book',
href: '/test-driven-drupal',