Files
site/themes/minimo/layouts/partials/data/description
2021-09-06 13:02:12 -04:00

12 lines
213 B
Plaintext

{{- with .Description -}}
{{- . -}}
{{- else -}}
{{- if .IsPage -}}
{{- .Summary -}}
{{- else -}}
{{- with .Site.Params.info.description -}}
{{- . -}}
{{- end -}}
{{- end -}}
{{- end -}}