diff options
Diffstat (limited to 'themes/hugo-book/layouts/partials/docs/menu.html')
| -rw-r--r-- | themes/hugo-book/layouts/partials/docs/menu.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/themes/hugo-book/layouts/partials/docs/menu.html b/themes/hugo-book/layouts/partials/docs/menu.html deleted file mode 100644 index dbb2e49..0000000 --- a/themes/hugo-book/layouts/partials/docs/menu.html +++ /dev/null @@ -1,21 +0,0 @@ -<nav> -{{ partial "docs/brand" . }} -{{ partial "docs/search" . }} -{{ if hugo.IsMultilingual }} - {{ partial "docs/languages" . }} -{{ end }} - -{{ partial "docs/inject/menu-before" . }} -{{ partial "docs/menu-hugo" .Site.Menus.before }} - -{{ partial "docs/menu-filetree" . }} - -{{ partial "docs/menu-hugo" .Site.Menus.after }} -{{ partial "docs/inject/menu-after" . }} -</nav> - -<!-- Restore menu position as soon as possible to avoid flickering --> -{{ $script := resources.Get "menu-reset.js" | resources.Minify }} -{{ with $script.Content }} - <script>{{ . | safeJS }}</script> -{{ end }} |
