Re-add experience and testimonials nav items
This commit is contained in:
parent
b3f64ceac9
commit
1fe46263c5
|
@ -64,6 +64,16 @@ export default {
|
|||
href: '/talks',
|
||||
pattern: '^/talks/?',
|
||||
},
|
||||
{
|
||||
title: 'Experience',
|
||||
href: '/experience',
|
||||
pattern: '^/experience/?$',
|
||||
},
|
||||
{
|
||||
title: 'Testimonials',
|
||||
href: '/testimonials',
|
||||
pattern: '^/testimonials/?$',
|
||||
},
|
||||
{
|
||||
title: 'Book',
|
||||
href: '/test-driven-drupal',
|
||||
|
|
Reference in a new issue