hugo-theme-stack-stars/layouts/partials/data/description.html

11 lines
230 B
HTML
Raw Normal View History

2020-08-22 11:20:08 +00:00
{{- with .Description -}}
{{- . -}}
{{- else -}}
{{- if .IsPage -}}
{{- .Summary -}}
{{- else -}}
{{- with .Site.Params.subtitle -}}
{{- . -}}
{{- end -}}
{{- end -}}
{{- end -}}