Omphaloskepsis-2/layouts/shortcodes/page-resource.html
2023-06-30 21:16:59 -06:00

4 lines
124 B
HTML

{{- $resource := .Page.Resources.GetMatch ($.Get 0) -}}
{{- with $resource -}}
{{- $resource.RelPermalink -}}
{{- end -}}