1
0
vanilla-hugo/layouts/shortcodes/codeurl.html

4 Zeilen
134 B
HTML

{{- $scratch := newScratch -}}
{{- partial "geturl.html" (dict "scratch" $scratch "path" (.Get 0)) -}}
{{- $scratch.Get "bestUrl" -}}