Add book nav item
This commit is contained in:
parent
5bd2262e24
commit
9fdabf874f
|
@ -19,6 +19,10 @@ navigation:
|
||||||
href: '/blog'
|
href: '/blog'
|
||||||
pattern: '^/blog/?'
|
pattern: '^/blog/?'
|
||||||
|
|
||||||
|
- title: Book
|
||||||
|
href: '/test-driven-drupal'
|
||||||
|
pattern: '^/test-driven-drupal/?'
|
||||||
|
|
||||||
- title: Contact
|
- title: Contact
|
||||||
href: '/contact'
|
href: '/contact'
|
||||||
pattern: '^/contact/?'
|
pattern: '^/contact/?'
|
||||||
|
|
Loading…
Reference in a new issue