blob: cf18aa3e5f1c9238fcd2c5ad80f94d36f287c396 (
plain)
1
2
3
4
5
6
7
8
|
<style>
nav ul a[href="{{- .Permalink -}}"] {
color: {{ default .Site.Params.BookMenuBundleActiveLinkColor "#004ed0" }};
}
</style>
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
{{- .Content -}}
{{ end }}
|