Skip to content

Commit e3bce35

Browse files
committed
fix feed
1 parent 66312cc commit e3bce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% assign planet = site.data.planet | sort: "published_at" | reverse | limit: 25 %}
1212
{% for post in planet limit:25 %}
1313
<item>
14-
<title>[{{ post.fellow.name}}] {{ post.title }}</title>
14+
<title>[{{ post.fellow.name}}] {{ post.title | xml_escape }}</title>
1515
<guid>{{post.url}}</guid>
1616
<link>{{ post.url }}</link>
1717
<pubDate>{{ post.published_at | date_to_rfc822 }}</pubDate>

0 commit comments

Comments
 (0)