File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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 ><![CDATA[ {% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %} | {{ site.title }}]]> </title >
7
+ <title ><![CDATA[ {% if site.titlecase %}{{ page.title | titlecase | cdata_escape }}{% else %}{{ page.title | cdata_escape }}{% endif %} | {{ site.title | cdata_escape }}]]> </title >
8
8
<link href =" {{ site.url }}/{{ page.feed_url }}" rel =" self" />
9
9
<link href =" {{ site.url }}/" />
10
10
<updated >{{ site.time | date_to_xmlschema }}</updated >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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 ><![CDATA[ {{ site.title }}]]> </title >
7
+ <title ><![CDATA[ {{ site.title | cdata_escape }}]]> </title >
8
8
<link href =" {{ site.url }}/atom.xml" rel =" self" />
9
9
<link href =" {{ site.url }}/" />
10
10
<updated >{{ site.time | date_to_xmlschema }}</updated >
You can’t perform that action at this time.
0 commit comments