Hide some menu links

This commit is contained in:
Oliver Davies 2019-03-04 15:49:36 +00:00
parent c0ae1125b2
commit 5919a10964

View file

@ -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',