Add Podcasts page

This commit is contained in:
Oliver Davies 2019-03-08 10:11:46 +00:00
parent 7ca27d694e
commit 6c3f0be44d
3 changed files with 42 additions and 8 deletions

View file

@ -74,6 +74,11 @@ export default {
// href: '/testimonials',
// pattern: '^/testimonials/?$',
// },
{
title: 'Podcasts',
href: '/podcasts',
pattern: '^/podcasts/?',
},
{
title: 'Book',
href: '/test-driven-drupal',