From ae5e6be375770e45497a581ec608f17630dbc94a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 20 Sep 2023 09:15:25 -0700 Subject: [PATCH] chore: fix feeds --- 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 c6558011..17be393b 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 }} + {{ entry.excerpt | escape }} {%- endfor %}