summaryrefslogtreecommitdiff
path: root/layouts/partials/docs
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-02-13 23:06:10 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-02-13 23:06:10 +0100
commitfda5e7a046769b1bb814d6080f4cc9dae62ed39a (patch)
tree522e0beb488c02b9d82b6230c856390aea7ada7a /layouts/partials/docs
parent82b4d3212c6752745bc6ae58b273b2ceb390bc4f (diff)
#22: Highlight current links that end with relref
Diffstat (limited to 'layouts/partials/docs')
-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 dd513b0..6cd0016 100644
--- a/layouts/partials/docs/menu-bundle.html
+++ b/layouts/partials/docs/menu-bundle.html
@@ -1,5 +1,5 @@
<style>
-nav ul a[href="{{- .Permalink -}}"] {
+nav ul a[href$="{{- .RelPermalink -}}"] {
color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }};
}
</style>