diff options
-rw-r--r-- | layouts/partials/docs/menu-bundle.html | 2 |
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 }} |