Omphaloskepsis-2/layouts/shortcodes/page-resource.html

5 lines
124 B
HTML
Raw Normal View History

2023-07-01 03:16:59 +00:00
{{- $resource := .Page.Resources.GetMatch ($.Get 0) -}}
{{- with $resource -}}
{{- $resource.RelPermalink -}}
{{- end -}}