Re-order items
This commit is contained in:
parent
358dc3200b
commit
f1be5c55b5
|
@ -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',
|
||||
|
|
Reference in a new issue