From 80cca5b1befdbe1453bbf1bd92520403b0f5080f Mon Sep 17 00:00:00 2001
From: Alex Shpak <alex-shpak@users.noreply.github.com>
Date: Wed, 12 Sep 2018 14:36:16 +0200
Subject: Simplify partials

---
 layouts/partials/docs/nav-bundle.html | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

(limited to 'layouts/partials/docs/nav-bundle.html')

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
-- 
cgit v1.2.3