Files
blog/layouts/shortcodes/staticRef.html

6 lines
202 B
HTML
Raw Permalink Normal View History

2015-09-27 04:18:16 +02:00
{{- .Scratch.Set "path" (.Get 0) -}}
{{- if hasPrefix (.Scratch.Get "path") "/" -}}
{{- .Scratch.Set "path" (slicestr (.Scratch.Get "path") 1) -}}
{{- end -}}
{{- .Scratch.Get "path" | absLangURL -}}