Didn't quite think that last change through

This commit is contained in:
2021-11-22 15:13:41 -06:00
parent f9e7eeeaa6
commit 2fdc78050a
6 changed files with 20 additions and 13 deletions

View File

@ -1,9 +1,7 @@
{{- with .Description -}}
<p>{{- . | markdownify -}}</p>
{{- else -}}
{{- with .Summary -}}
{{- . -}}
{{- else -}}
{{- .Site.Params.description -}}
{{- end -}}
{{- end -}}
{{ with .Description }}
<p>{{ . | markdownify }}</p>
{{ else }}
{{ with .Summary }}
{{ . }}
{{ end }}
{{ end }}