4 lines
211 B
HTML
4 lines
211 B
HTML
|
{{- $productPathData := findRE "[^/]+.*?" .Page.RelPermalink -}}
|
||
|
{{- $currentVersion := index $productPathData 1 -}}
|
||
|
{{- $currentVersionLink := replaceRE `\.` "%2e" $currentVersion -}}
|
||
|
{{ $currentVersionLink }}
|