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