12 lines
213 B
Text
12 lines
213 B
Text
|
{{- with .Description -}}
|
||
|
{{- . -}}
|
||
|
{{- else -}}
|
||
|
{{- if .IsPage -}}
|
||
|
{{- .Summary -}}
|
||
|
{{- else -}}
|
||
|
{{- with .Site.Params.Info.description -}}
|
||
|
{{- . -}}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|