Add excrept to rss.xml (#989)

This commit is contained in:
Danila
2025-01-17 00:07:32 +05:00
committed by GitHub
parent 02dce893df
commit 94229fda83

View File

@@ -16,6 +16,7 @@ permalink: /rss.xml
<item>
<title>{{ post.title | escape }}</title>
<link>{{ site.url }}{{ post.url }}</link>
<summary>{{ post.excerpt | escape }}</summary>
<description>{{ post.content | markdownify | escape }}</description>
{% for category in post.categories %}
<category>{{ site.data.categories[category][0].name }}</category>