Skip to content

Commit 812391f

Browse files
committed
Update feed.xml
1 parent 258949c commit 812391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% for post in site.posts %}{% if category and post.category and post.category != category %}{% else %}
1717
<entry>
1818
<title>{{ post.title | xml_escape }}</title>
19-
<link href="{{ site.url }}{{ post.url }}" rel="alternate" type="text/html" title="{{post.title}}"/>
19+
<link href="{{ site.url }}{{ post.url }}" rel="alternate" type="text/html" title="{{post.title|xml_escape}}"/>
2020
<updated>{{ post.date | date_to_xmlschema }}</updated>
2121
<id>{{ site.url }}{{ post.id }}</id>
2222
<content type="html" xml:base="{{ site.url }}{{ post.url }}">{{ post.content | xml_escape }}</content>{%

0 commit comments

Comments
 (0)