fix(shortcode): (Closes #5948) extra line ending in shortcode file breaks code samples
parent
7e3d2eb432
commit
2c2fa06c03
|
|
@ -1,3 +1,3 @@
|
|||
{{- $productPathData := findRE "[^/]+.*?" .Page.RelPermalink -}}
|
||||
{{- $currentProduct := index $productPathData 1 -}}
|
||||
{{ $currentProduct }}
|
||||
{{ $currentProduct }}
|
||||
Loading…
Reference in New Issue