From 94229fda838cca1023c216107566cdf216220f67 Mon Sep 17 00:00:00 2001 From: Danila <49194161+Lakamfo@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:07:32 +0500 Subject: [PATCH] Add excrept to rss.xml (#989) --- pages/rss.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/rss.xml b/pages/rss.xml index bee125243f..9f31718b36 100644 --- a/pages/rss.xml +++ b/pages/rss.xml @@ -16,6 +16,7 @@ permalink: /rss.xml {{ post.title | escape }} {{ site.url }}{{ post.url }} + {{ post.excerpt | escape }} {{ post.content | markdownify | escape }} {% for category in post.categories %} {{ site.data.categories[category][0].name }}