2019-02-11 23:06:48 +01:00
|
|
|
<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 }}
|