aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/book/nav-bundle.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/book/nav-bundle.html')
-rw-r--r--layouts/partials/book/nav-bundle.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/book/nav-bundle.html b/layouts/partials/book/nav-bundle.html
new file mode 100644
index 0000000..46665ad
--- /dev/null
+++ b/layouts/partials/book/nav-bundle.html
@@ -0,0 +1,5 @@
+<nav role="navigation">
+ {{ partial "book/nav-brand" . }}
+ {{ with .Site.GetPage .Site.Params.BookMenuBundle }}{{ .Content }}{{ end }}
+ {{ partial "book/nav-after" . }}
+</nav>