Skip to content

Commit c511e38

Browse files
author
Muhammed Thanish
committed
Update rss.xml
1 parent 5d2b88b commit c511e38

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

blog/rss.xml

+4-9
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,16 @@ layout: nil
1414
<lastBuildDate>{{site.posts[0].date | date: "%a, %d %b %Y %H:%M:%S %z"}}</lastBuildDate>
1515
<ttl>30</ttl>
1616
<atom:link href="{{site.url}}/blog/rss.xml" rel="self" type="application/rss+xml" />
17-
<image>
18-
<title>MeteorHacks - Unofficial Meteor Research Lab with @arunoda</title>
19-
<description>Unofficial Meteor Research Lab with @arunoda</description>
20-
<link>{{site.url}}</link>
21-
</image>
2217

2318
{% for post in site.categories.blog %}
2419
<item>
25-
<title>{{post.title}}</title>
26-
<description>{{post.content}}</description>
20+
<title>{{ post.title | xml_escape }}</title>
21+
<description>{{ post.content | xml_escape }}</description>
2722
<link>{{site.url}}{{post.url}}</link>
2823
<guid isPermaLink="true">{{site.url}}{{post.url}}</guid>
2924
<pubDate>{{post.date}} | date: "%a, %d %b %Y %H:%M:%S %z"</pubDate>
3025
</item>
3126
{% endfor %}
32-
27+
3328
</channel>
34-
</rss>
29+
</rss>

0 commit comments

Comments
 (0)