Remove summary case from RSS

This commit is contained in:
Will Faught
2022-12-14 19:04:42 -08:00
parent 6c5b4ed3c0
commit f34ad86bc2

View File

@@ -47,8 +47,6 @@
{{ end }}
{{ if .Content }}
<description>{{ printf "<![CDATA[%s]]>" .Content | safeHTML }}</description>
{{ else if .Summary }}
<description>{{ .Summary | html }}</description>
{{ else if .Description }}
<description>{{ .Description | markdownify | html }}</description>
{{ end }}