diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-12 14:36:16 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-12 14:36:16 +0200 |
commit | 80cca5b1befdbe1453bbf1bd92520403b0f5080f (patch) | |
tree | 2f7b18ebdb0d8bfbd4659abe42b85937ba784890 /layouts/partials/docs/nav-bundle.html | |
parent | ca37d7488c726452739da68f9a096e0d8467d264 (diff) |
Simplify partials
Diffstat (limited to 'layouts/partials/docs/nav-bundle.html')
-rw-r--r-- | layouts/partials/docs/nav-bundle.html | 11 |
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 |