escape xml in rss
This commit is contained in:
parent
2b936a59dc
commit
c61c77b498
2
rss.xml
2
rss.xml
|
@ -10,7 +10,7 @@ layout: null
|
|||
<channel>
|
||||
|
||||
<title>{{ site.title }}</title>
|
||||
<description>{{ site.description }}</description>
|
||||
<description>{{ site.description | xml_escape }}</description>
|
||||
<link>{{ site.url }}</link>
|
||||
<language>{{ site.lang }}</language>
|
||||
<copyright>Creative Commons CC-BY-SA</copyright>
|
||||
|
|
Loading…
Reference in a new issue