Skip to content

Commit 128f127

Browse files
committed
Add shorter RSS feeds
1 parent ace44b2 commit 128f127

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
@@ -11,7 +11,7 @@ layout: null
1111
{% for post in site.posts limit:10 %}
1212
<item>
1313
<title>{{ post.title | xml_escape }}</title>
14-
<description>{{ post.content | xml_escape }}</description>
14+
<description>{{ post.meta | xml_escape }}</description>
1515
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
1616
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
1717
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>

0 commit comments

Comments
 (0)