Do not escape .Content in the RSS feed templates
This commit is contained in:
parent
e15c8488a5
commit
d3df159add
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
{{ partial "rss_item_metadata.rss" . }}
|
||||
<description>{{ `<![CDATA[` | safeHTML }}
|
||||
<img src="{{ $thumbnail.Permalink }}">
|
||||
{{ .Content | html }}
|
||||
{{ .Content }}
|
||||
]]></description>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue