From 3c6c42ca2beb6812aef6eb2a7deaa8ebe5d2c242 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt <cory.dransfeldt@gmail.com> Date: Wed, 20 Sep 2023 08:48:55 -0700 Subject: [PATCH] Revert "chore: fix escapes" This reverts commit e4d3009596a945828309d5a5e71624f6fcdba674. --- src/_includes/partials/feeds/rss.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partials/feeds/rss.liquid b/src/_includes/partials/feeds/rss.liquid index 65bb090a..968ba785 100644 --- a/src/_includes/partials/feeds/rss.liquid +++ b/src/_includes/partials/feeds/rss.liquid @@ -19,7 +19,7 @@ <link>{{ entry.url | stripUtm | encodeAmp }}</link> <pubDate>{{ entry.date | stringToDate | dateToRfc822 }}</pubDate> <guid>{{ entry.url | stripUtm | encodeAmp }}</guid> - <description>{{ entry.excerpt | markdown | escape }}</description> + <description>{{ entry.excerpt | markdown }}</description> </item> {%- endfor %} </channel>