File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ layout: nil
4
4
<?xml version =" 1.0" encoding =" utf-8" ?>
5
5
<feed xmlns =" http://www.w3.org/2005/Atom" >
6
6
7
- <title >Rubinius Blog</title >
7
+ <title type = " html " >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
10
<id >{{ site.host }}/</id >
11
11
<updated >{{ site.time | date_to_xmlschema }}</updated >
12
12
13
13
{% for post in site.posts %}
14
14
<entry >
15
- <title >{{ post.title | xml_escape }}</title >
15
+ <title type = " html " >{{ 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
18
<updated >{{ post.date | date_to_xmlschema }}</updated >
You can’t perform that action at this time.
0 commit comments