Re-order items

This commit is contained in:
Oliver Davies 2019-01-15 22:35:23 +00:00
parent 358dc3200b
commit f1be5c55b5

View file

@ -54,16 +54,16 @@ export default {
href: '/',
pattern: '^/.$',
},
{
title: 'Talks',
href: '/talks',
pattern: '^/talks/?',
},
{
title: 'Articles',
href: '/articles',
pattern: '^/articles/?',
},
{
title: 'Talks',
href: '/talks',
pattern: '^/talks/?',
},
{
title: 'Book',
href: '/test-driven-drupal',