added tags to menu
This commit is contained in:
parent
97dde025ba
commit
03d3283b0a
1 changed files with 17 additions and 14 deletions
|
@ -1,21 +1,24 @@
|
|||
<nav>
|
||||
{{ partial "docs/brand" . }}
|
||||
{{ partial "docs/search" . }}
|
||||
{{ partial "docs/brand" . }}
|
||||
{{ partial "docs/search" . }}
|
||||
|
||||
<div class="book-menu-top">
|
||||
{{ partial "docs/inject/menu-before" . }}
|
||||
{{ partial "docs/menu-hugo" .Site.Menus.before }}
|
||||
</div>
|
||||
|
||||
{{ partial "docs/inject/menu-before" . }}
|
||||
{{ partial "docs/menu-hugo" .Site.Menus.before }}
|
||||
|
||||
{{ if .Site.Params.BookMenuBundle }}
|
||||
<div class="book-menu-mid">
|
||||
{{ if .Site.Params.BookMenuBundle }}
|
||||
{{ partial "docs/menu-bundle" . }}
|
||||
{{ else }}
|
||||
{{ else }}
|
||||
{{ partial "docs/menu-filetree" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div style="bottom:0; position:fixed;">
|
||||
{{ partial "docs/inject/menu-after" . }}
|
||||
{{ partial "docs/menu-hugo" .Site.Menus.after }}
|
||||
</div>
|
||||
<div class="book-menu-bot">
|
||||
{{ partial "docs/inject/menu-after" . }}
|
||||
{{ partial "docs/menu-hugo" .Site.Menus.after }}
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- Restore menu position as soon as possible to avoid flickering -->
|
||||
|
|
Loading…
Reference in a new issue