Remove unneeded printfs from feed tags

This commit is contained in:
Will Faught
2025-02-14 16:14:21 -08:00
parent bfffd2b4d6
commit 682b155d6f
2 changed files with 10 additions and 8 deletions

View File

@@ -121,7 +121,7 @@
{{ end }}
{{ with $description }}
<description>{{ printf "<![CDATA[%s]]>" . | safeHTML }}</description>
<description><![CDATA[{{ . }}]]></description>
{{ end }}
<guid isPermaLink="false">{{ $guid }}</guid>