summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/menu-bundle.html
blob: dd513b0531bcca7651bfe26786e13a5dc0eeb5a6 (plain)
1
2
3
4
5
6
7
8
<style>
nav ul a[href="{{- .Permalink -}}"] {
    color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }};
}
</style>
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
  {{- .Content -}}
{{ end }}