Skip to content

Commit

Permalink
Add full content on RSS feed (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
martgnz authored Dec 20, 2024
1 parent 6d958c1 commit dfea9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permalink: /rss.xml
<item>
<title>{{ post.title | escape }}</title>
<link>{{ site.url }}{{ post.url }}</link>
<description>{{ post.excerpt | escape }}</description>
<description>{{ post.content | markdownify | escape }}</description>
{% for category in post.categories %}
<category>{{ site.data.categories[category][0].name }}</category>
{% endfor %}
Expand Down

0 comments on commit dfea9ae

Please sign in to comment.