Add book nav item

This commit is contained in:
Oliver Davies 2018-05-20 19:52:23 +01:00
parent 5bd2262e24
commit 9fdabf874f

View file

@ -19,6 +19,10 @@ navigation:
href: '/blog'
pattern: '^/blog/?'
- title: Book
href: '/test-driven-drupal'
pattern: '^/test-driven-drupal/?'
- title: Contact
href: '/contact'
pattern: '^/contact/?'