summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/nav-bundle.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/docs/nav-bundle.html')
-rw-r--r--layouts/partials/docs/nav-bundle.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/layouts/partials/docs/nav-bundle.html b/layouts/partials/docs/nav-bundle.html
index 221325e..bdabefd 100644
--- a/layouts/partials/docs/nav-bundle.html
+++ b/layouts/partials/docs/nav-bundle.html
@@ -1,8 +1,3 @@
-<nav role="navigation">
- {{ partial "docs/nav-brand" . }}
- {{ partial "docs/inject/nav-before" . }}
- {{ with .Site.GetPage .Site.Params.BookMenuBundle }}
- {{- .Content -}}
- {{ end }}
- {{ partial "docs/inject/nav-after" . }}
-</nav>
+{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
+ {{- .Content -}}
+{{ end }} \ No newline at end of file