We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f8630 commit 79db3a9Copy full SHA for 79db3a9
feed.xml
@@ -15,7 +15,7 @@ layout: null
15
{% for post in site.posts limit:10 %}
16
<item>
17
<title>{{ post.title | xml_escape }}</title>
18
- <description>{{ post.content | xml_escape }}</description>
+ <description>{{ post.description | xml_escape }}</description>
19
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
20
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
21
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
0 commit comments