tutorial/convert existing site.md/rss:add title tag to item (#7282)

Merge pull request 7282
This commit is contained in:
Andy Alt 2018-09-28 17:43:25 -05:00 committed by jekyllbot
parent 927a09b4c5
commit 6c6595bd1e
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ layout: null
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate> <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
{% for post in site.posts %} {% for post in site.posts %}
<item> <item>
<title>{{ post.title }}</title>
<description> <description>
{{ post.content | escape | truncate: '400' }} {{ post.content | escape | truncate: '400' }}
</description> </description>