Remove use of htmlUnescape in feeds

This commit is contained in:
Will Faught
2025-03-10 21:59:17 -07:00
parent 5ad943d3e5
commit c928fbbbc8
2 changed files with 9 additions and 9 deletions

View File

@@ -137,7 +137,7 @@
<email>{{ . }}</email>
{{ end }}
{{ with .Params.paige.author.name | default (.Title | markdownify | plainify | htmlUnescape) }}
{{ with .Params.paige.author.name | default (.Title | markdownify | plainify) }}
<name>{{ . }}</name>
{{ end }}