From 39ecabb8f7eb955fb95219de895292bb350117f6 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 20 Sep 2023 09:31:54 -0700 Subject: [PATCH] Revert "chore: fix feeds" This reverts commit ae5e6be375770e45497a581ec608f17630dbc94a. --- 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 17be393b..c6558011 100644 --- a/src/_includes/partials/feeds/rss.liquid +++ b/src/_includes/partials/feeds/rss.liquid @@ -19,7 +19,7 @@ {{ entry.url | stripUtm | encodeAmp }} {{ entry.date | stringToDate | dateToRfc822 }} {{ entry.url | stripUtm | encodeAmp }} - {{ entry.excerpt | escape }} + {{ entry.excerpt }} {%- endfor %}