From 8f536c370c3a1de88c0681d26a2dbcbc6ffd9bd2 Mon Sep 17 00:00:00 2001 From: Shubham kahar Date: Thu, 12 Mar 2026 22:09:19 +0530 Subject: [PATCH] Fix RSS feed XML parsing error by wrapping content in CDATA --- feed.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/feed.xml b/feed.xml index a907c19..c4acee4 100644 --- a/feed.xml +++ b/feed.xml @@ -20,7 +20,9 @@ layout: rss-feed {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ post.author_name }} {{ site.url }}{{ post.id }} - {{ post.content | xml_escape }} + + + {% endunless %} {% endfor %}