We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66312cc commit e3bce35Copy full SHA for e3bce35
feed.xml
@@ -11,7 +11,7 @@
11
{% assign planet = site.data.planet | sort: "published_at" | reverse | limit: 25 %}
12
{% for post in planet limit:25 %}
13
<item>
14
- <title>[{{ post.fellow.name}}] {{ post.title }}</title>
+ <title>[{{ post.fellow.name}}] {{ post.title | xml_escape }}</title>
15
<guid>{{post.url}}</guid>
16
<link>{{ post.url }}</link>
17
<pubDate>{{ post.published_at | date_to_rfc822 }}</pubDate>
0 commit comments