Re-order nav items
This commit is contained in:
parent
8cc7ff9f48
commit
9719e84dd7
|
@ -54,6 +54,11 @@ export default {
|
|||
href: '/',
|
||||
pattern: '^/.$',
|
||||
},
|
||||
{
|
||||
title: 'Experience',
|
||||
href: '/experience',
|
||||
pattern: '^/experience/?$',
|
||||
},
|
||||
{
|
||||
title: 'Articles',
|
||||
href: '/articles',
|
||||
|
@ -64,11 +69,6 @@ export default {
|
|||
href: '/talks',
|
||||
pattern: '^/talks/?',
|
||||
},
|
||||
{
|
||||
title: 'Experience',
|
||||
href: '/experience',
|
||||
pattern: '^/experience/?$',
|
||||
},
|
||||
// {
|
||||
// title: 'Testimonials',
|
||||
// href: '/testimonials',
|
||||
|
|
Loading…
Reference in a new issue