added product selector, updated search placeholder
parent
0ae6c3df00
commit
deb00b3e08
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue