itd-site/themes/hugo-theme-relearn/layouts/shortcodes/siteparam.html
2021-10-24 02:25:31 -07:00

7 lines
190 B
HTML

{{- $paramName := (.Get 0) -}}
{{- $siteParams := .Site.Params -}}
{{- with $paramName -}}
{{- with $siteParams -}}
{{- index . (lower $paramName) -}}
{{- end -}}
{{- end -}}