hugo-book-theme/layouts/partials/book/nav-bundle.html

6 lines
179 B
HTML
Raw Normal View History

<nav role="navigation">
{{ partial "book/nav-brand" . }}
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}{{ .Content }}{{ end }}
{{ partial "book/nav-after" . }}
</nav>