encompass-cs-docs/themes/hugo-theme-learn/layouts/shortcodes/siteparam.html

7 lines
190 B
HTML

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