aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/hugo-pt2021/layouts/_default/index.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-pt2021/layouts/_default/index.xml b/themes/hugo-pt2021/layouts/_default/index.xml
index ade0515..d0d9a13 100644
--- a/themes/hugo-pt2021/layouts/_default/index.xml
+++ b/themes/hugo-pt2021/layouts/_default/index.xml
@@ -44,7 +44,7 @@ Changes:
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
- <description>{{ .Content | htmlEscape }}</description>
+ <description>{{ .Content | htmlEscape | html }}</description>
</item>
{{ end }}
</channel>