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