mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 19:39:30 +00:00
17 lines
339 B
HTML
17 lines
339 B
HTML
<nav>
|
|
{{ partial "docs/brand" . }}
|
|
{{ partial "docs/inject/menu-before" . }}
|
|
|
|
{{ if .Site.Params.BookMenuBundle }}
|
|
{{ partial "docs/menu-bundle" . }}
|
|
{{ else }}
|
|
{{ partial "docs/menu-filetree" . }}
|
|
{{ end }}
|
|
|
|
{{ partial "docs/inject/menu-after" . }}
|
|
</nav>
|
|
|
|
{{ if .Site.Params.BookEnableJS }}
|
|
{{ template "jsmenu" . }}
|
|
{{ end }}
|