mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
{{- with .Description -}}
|
|
{{- . -}}
|
|
{{- else -}}
|
|
{{- if .IsPage -}}
|
|
{{- .Summary -}}
|
|
{{- else -}}
|
|
{{- with .Site.Params.info.description -}}
|
|
{{- . -}}
|
|
{{- end -}}
|
|
{{- end -}}
|
|
{{- end -}}
|