Re-order items
This commit is contained in:
parent
358dc3200b
commit
f1be5c55b5
|
@ -54,16 +54,16 @@ export default {
|
||||||
href: '/',
|
href: '/',
|
||||||
pattern: '^/.$',
|
pattern: '^/.$',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Talks',
|
|
||||||
href: '/talks',
|
|
||||||
pattern: '^/talks/?',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Articles',
|
title: 'Articles',
|
||||||
href: '/articles',
|
href: '/articles',
|
||||||
pattern: '^/articles/?',
|
pattern: '^/articles/?',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Talks',
|
||||||
|
href: '/talks',
|
||||||
|
pattern: '^/talks/?',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Book',
|
title: 'Book',
|
||||||
href: '/test-driven-drupal',
|
href: '/test-driven-drupal',
|
||||||
|
|
Reference in a new issue