hugo-book-theme/layouts/partials/book/nav-bundle.html
2018-09-11 16:51:27 +02:00

5 lines
179 B
HTML

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