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 @@ -5,7 +5,7 @@ title: Feed
5
5
---
6
6
<?xml version =" 1.0" encoding =" utf-8" ?>
7
7
<feed xmlns =" http://www.w3.org/2005/Atom" >
8
- <title ><![CDATA[ {{ site.title }}]]> </title >
8
+ <title ><![CDATA[ {{ site.title | raw }}]]> </title >
9
9
<link href =" {{ site.url }}/atom.xml" rel =" self" />
10
10
<link href =" {{ site.url }}/" />
11
11
<updated >{{ site.calculated_date | date('c') }}</updated >
@@ -19,7 +19,7 @@ title: Feed
19
19
<generator uri =" http://sculpin.io/" >Sculpin</generator >
20
20
{% for post in data.posts|slice(0, 10) %}
21
21
<entry >
22
- <title type =" html" ><![CDATA[ {{ post.title }}]]> </title >
22
+ <title type =" html" ><![CDATA[ {{ post.title | raw }}]]> </title >
23
23
<link href =" {{ site.url }}{{ post.url }}" />
24
24
<updated >{{ post.date|date('c') }}</updated >
25
25
<id >{{ site.url }}{{ post.url }}</id >
You can’t perform that action at this time.
0 commit comments