hugo-book-theme/layouts/partials/docs/menu-bundle.html

8 lines
No EOL
217 B
HTML

<style>
nav ul a[href="{{- .Permalink -}}"] {
color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }};
}
</style>
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
{{- .Content -}}
{{ end }}