Remove summary case from RSS

master
Will Faught 3 years ago
parent 6c5b4ed3c0
commit f34ad86bc2

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

Loading…
Cancel
Save