Back to Shardingsphere

Siteparam

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

5.5.3174 B
Original Source

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