vanilla-hugo/layouts/shortcodes/codeurl.html

4 lines
134 B
HTML
Raw Normal View History

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