Add temporary workaround to higlight active linkn in menu bundle

This commit is contained in:
Alex Shpak
2019-02-11 23:06:48 +01:00
parent 4ce973a4e2
commit fa58475a37
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
<style>
nav ul a[href="{{- .Permalink -}}"] {
color: {{ default .Site.Params.BookMenuBundleActiveLinkColor "#004ed0" }};
}
</style>
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
{{- .Content -}}
{{ end }}