Skip to content

Commit

Permalink
Add full content on Atom feed (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
martgnz authored Dec 20, 2024
1 parent 237acbb commit 6d958c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ permalink: /atom.xml
<link href="{{ site.url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.url }}</id>
<content type="html">{{ post.excerpt | xml_escape }}</content>
<summary>{{ post.excerpt | escape }}</summary>
<content type="html">{{ post.content | markdownify | xml_escape }}</content>
<author>
<name>{{ post.author | xml_escape }}</name>
</author>
Expand Down

0 comments on commit 6d958c1

Please sign in to comment.