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

5 lines
125 B
HTML
Raw Normal View History

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