siteparam.html 190 字节
Newer Older
Y
yyexplore 已提交
1 2 3 4 5 6 7
{{- $paramName := (.Get 0) -}}
{{- $siteParams := .Site.Params -}}
{{- with $paramName -}}
    {{- with $siteParams -}}
        {{- index . (lower $paramName) -}}
    {{- end -}}
{{- end -}}