mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
#22, fix link color defaulting order (sleepy me)
This commit is contained in:
parent
fa58475a37
commit
21b245b465
@ -1,6 +1,6 @@
|
||||
<style>
|
||||
nav ul a[href="{{- .Permalink -}}"] {
|
||||
color: {{ default .Site.Params.BookMenuBundleActiveLinkColor "#004ed0" }};
|
||||
color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }};
|
||||
}
|
||||
</style>
|
||||
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
|
||||
|
Loading…
Reference in New Issue
Block a user