diff options
| author | Mark Powers <mark@marks.kitchen> | 2025-08-21 18:39:08 -0500 | 
|---|---|---|
| committer | Mark Powers <mark@marks.kitchen> | 2025-08-21 18:39:08 -0500 | 
| commit | 66b96ca76714834c2f4cccb6811f8904807c0aac (patch) | |
| tree | 1ab600bb13dc1489434a3587a0e814992de7131c /layouts | |
| parent | 6b569e5a69e2fd8b082383a4cf8fe7d699e96a1b (diff) | |
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/rss.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 32e4690..d5104e5 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -34,7 +34,7 @@              <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>              {{ with .Site.Params.Author.email }}<author>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</author>{{end}}              <guid>{{ .Permalink }}</guid> -            <description>{{ .Summary | plainify }}</description> +            <description>{{ .Summary | htmlUnescape | plainify }}</description>            </item>          {{ end }}      {{ end }}  | 
