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

8 lines
217 B
HTML
Raw Normal View History

<style>
nav ul a[href="{{- .Permalink -}}"] {
color: {{ default .Site.Params.BookMenuBundleActiveLinkColor "#004ed0" }};
}
</style>
2018-09-12 14:36:16 +02:00
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
{{- .Content -}}
{{ end }}