From deb00b3e085e5a05df7ae5ee71d2678e8931dfdb Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 30 Jul 2020 15:25:10 -0600 Subject: [PATCH] added product selector, updated search placeholder --- layouts/partials/sidebar.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index ecf29de53..a11bd7e61 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,7 +1,6 @@ {{ $currentPage := . }} {{ $productPathData := findRE "[^/]+.*?" .RelPermalink }} {{ $product := index $productPathData 0 }} -{{ $productName := (index .Site.Data.products $product).name }} {{ $currentVersion := index $productPathData 1 }} {{ $scratch := newScratch }}