siteparam.html 190 B

1234567
  1. {{- $paramName := (.Get 0) -}}
  2. {{- $siteParams := .Site.Params -}}
  3. {{- with $paramName -}}
  4. {{- with $siteParams -}}
  5. {{- index . (lower $paramName) -}}
  6. {{- end -}}
  7. {{- end -}}