Skip to content

Commit 2373fc7

Browse files
committed
Fix Atom feed
1 parent 1367664 commit 2373fc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

feed/atom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ layout: nil
77
<title>Rubinius Blog</title>
88
<link rel="self" type="application/atom+xml" href="{{ site.host }}{{ page.url }}" />
99
<link rel="alternate" type="text/html" href="{{ site.host }}/blog" />
10-
<updated>{{ post.date | date: '%Y-%m-%dT00:00:00+00:00' }}</updated>
1110
<id>{{ site.host }}/</id>
11+
<updated>{{ site.time | date_to_xmlschema }}</updated>
1212

1313
{% for post in site.posts %}
1414
<entry>
15-
<title>{{ post.title }}</title>
15+
<title>{{ post.title | xml_escape }}</title>
1616
<id>{{ site.host }}{{ post.url }}</id>
1717
<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>
1919
<author>
20-
<name>{{ post.author }}</name>
20+
<name>{{ post.author | xml_escape }}</name>
2121
</author>
2222
{% for category in post.categories %}
2323
<category term="{{ category | downcase }}" />

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy