Skip to content

Commit 79db3a9

Browse files
update feed.xml
1 parent 19f8630 commit 79db3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ layout: null
1515
{% for post in site.posts limit:10 %}
1616
<item>
1717
<title>{{ post.title | xml_escape }}</title>
18-
<description>{{ post.content | xml_escape }}</description>
18+
<description>{{ post.description | xml_escape }}</description>
1919
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
2020
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
2121
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>

0 commit comments

Comments
 (0)