File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,16 @@ layout: nil
14
14
<lastBuildDate >{{site.posts[0].date | date: "%a, %d %b %Y %H:%M:%S %z"}}</lastBuildDate >
15
15
<ttl >30</ttl >
16
16
<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 >
22
17
23
18
{% for post in site.categories.blog %}
24
19
<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 >
27
22
<link >{{site.url}}{{post.url}}</link >
28
23
<guid isPermaLink =" true" >{{site.url}}{{post.url}}</guid >
29
24
<pubDate >{{post.date}} | date: "%a, %d %b %Y %H:%M:%S %z"</pubDate >
30
25
</item >
31
26
{% endfor %}
32
-
27
+
33
28
</channel >
34
- </rss >
29
+ </rss >
You can’t perform that action at this time.
0 commit comments