Re-add experience and testimonials nav items

This commit is contained in:
Oliver Davies 2019-02-14 02:49:09 +00:00
parent b3f64ceac9
commit 1fe46263c5

View file

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