diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 234b37f..d162ef5 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -4,8 +4,8 @@
{{ range $docsSections }}
- {{ $thisSection := eq .CurrentSection $currentSection }}
-
+ {{ $isThisSection := eq .CurrentSection.Title $currentSection.Title }}
+
{{ $isHere := eq $here .RelPermalink }}
{{ $title := .Title | upper }}