We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fccd6 commit 49a5959Copy full SHA for 49a5959
layouts/partials/sidebar-v2.html
@@ -17,7 +17,7 @@
17
{{ range $product := $group.products }}
18
{{ if not $product.extUrl }}
19
{{ $escaped := replace $product.url "/" "\\/" }}
20
- {{ $pattern := printf "/%s(/|$)" $escaped }}
+ {{ $pattern := printf "/%s(|$)" $escaped }}
21
{{ if strings.FindRE $pattern $relPermalink }}
22
{{ $currentProductTitle = $product.title }}
23
{{ end }}
0 commit comments