tutorial/convert existing site.md/rss:add title tag to item (#7282)
Merge pull request 7282
This commit is contained in:
parent
927a09b4c5
commit
6c6595bd1e
|
@ -417,6 +417,7 @@ layout: null
|
|||
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
||||
{% for post in site.posts %}
|
||||
<item>
|
||||
<title>{{ post.title }}</title>
|
||||
<description>
|
||||
{{ post.content | escape | truncate: '400' }}
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue