hugo-theme-relearn/layouts/shortcodes/relref.html

5 lines
No EOL
125 B
HTML

{{- if site.Params.useDefaultRelref }}
{{- relref . .Params }}
{{- else }}
{{- .Get "path" | default (.Get 0) }}
{{- end }}