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

5 lines
129 B
HTML
Raw Normal View History

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