From e49ed09f74d3caee91fc0ba1e189999ee5d90793 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 31 Jul 2020 11:56:52 -0600 Subject: [PATCH] reworked top nav structure and responsive styles --- layouts/partials/topnav.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/topnav.html b/layouts/partials/topnav.html index ff1b52c22..d836c6275 100644 --- a/layouts/partials/topnav.html +++ b/layouts/partials/topnav.html @@ -1,3 +1,7 @@ +{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }} +{{ $product := index $productPathData 0 }} +{{ $currentVersion := index $productPathData 1 }} +