mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-30 06:55:54 +00:00
9 lines
239 B
HTML
9 lines
239 B
HTML
<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>
|