File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ layout: nil
7
7
<title >Rubinius Blog</title >
8
8
<link rel =" self" type =" application/atom+xml" href =" {{ site.host }}{{ page.url }}" />
9
9
<link rel =" alternate" type =" text/html" href =" {{ site.host }}/blog" />
10
- <updated >{{ post.date | date: '%Y-%m-%dT00:00:00+00:00' }}</updated >
11
10
<id >{{ site.host }}/</id >
11
+ <updated >{{ site.time | date_to_xmlschema }}</updated >
12
12
13
13
{% for post in site.posts %}
14
14
<entry >
15
- <title >{{ post.title }}</title >
15
+ <title >{{ post.title | xml_escape }}</title >
16
16
<id >{{ site.host }}{{ post.url }}</id >
17
17
<link rel =" alternate" type =" text/html" href =" {{ site.host }}{{ post.url }}" />
18
- <updated >{{ post.date | date: '%Y-%m-%dT00:00:00+00:00' }}</updated >
18
+ <updated >{{ post.date | date_to_xmlschema }}</updated >
19
19
<author >
20
- <name >{{ post.author }}</name >
20
+ <name >{{ post.author | xml_escape }}</name >
21
21
</author >
22
22
{% for category in post.categories %}
23
23
<category term =" {{ category | downcase }}" />
You can’t perform that action at this time.
0 commit comments