Skip to content

Commit

Permalink
fix feed
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenleeg committed Jun 2, 2024
1 parent 66312cc commit e3bce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% assign planet = site.data.planet | sort: "published_at" | reverse | limit: 25 %}
{% for post in planet limit:25 %}
<item>
<title>[{{ post.fellow.name}}] {{ post.title }}</title>
<title>[{{ post.fellow.name}}] {{ post.title | xml_escape }}</title>
<guid>{{post.url}}</guid>
<link>{{ post.url }}</link>
<pubDate>{{ post.published_at | date_to_rfc822 }}</pubDate>
Expand Down

0 comments on commit e3bce35

Please sign in to comment.