summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-02-12 14:20:19 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-02-12 14:20:19 +0100
commit21b245b46560a4fb321c0c38a1bc3c64636f68c0 (patch)
treef07177b22edc68b4b734e3221a3c90ac3fe93114
parentfa58475a37b0cd4cd72ccb1aa09a92976c1adb80 (diff)
#22, fix link color defaulting order (sleepy me)
-rw-r--r--layouts/partials/docs/menu-bundle.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/menu-bundle.html b/layouts/partials/docs/menu-bundle.html
index cf18aa3..dd513b0 100644
--- a/layouts/partials/docs/menu-bundle.html
+++ b/layouts/partials/docs/menu-bundle.html
@@ -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 }}