Hide some menu links
This commit is contained in:
parent
c0ae1125b2
commit
5919a10964
|
@ -64,16 +64,16 @@ export default {
|
||||||
href: '/talks',
|
href: '/talks',
|
||||||
pattern: '^/talks/?',
|
pattern: '^/talks/?',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: 'Experience',
|
// title: 'Experience',
|
||||||
href: '/experience',
|
// href: '/experience',
|
||||||
pattern: '^/experience/?$',
|
// pattern: '^/experience/?$',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Testimonials',
|
// title: 'Testimonials',
|
||||||
href: '/testimonials',
|
// href: '/testimonials',
|
||||||
pattern: '^/testimonials/?$',
|
// pattern: '^/testimonials/?$',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: 'Book',
|
title: 'Book',
|
||||||
href: '/test-driven-drupal',
|
href: '/test-driven-drupal',
|
||||||
|
|
Reference in a new issue