added product selector, updated search placeholder

pull/1387/head
Scott Anderson 2020-07-30 15:25:10 -06:00
parent 0ae6c3df00
commit deb00b3e08
1 changed files with 0 additions and 1 deletions

View File

@ -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 }}