Docs: Add link tag to item in RSS template (#7291)

Merge pull request 7291
This commit is contained in:
Andy Alt 2018-10-02 02:14:54 -05:00 committed by jekyllbot
parent d667f12941
commit 517eb749a0
1 changed files with 3 additions and 0 deletions

View File

@ -418,6 +418,9 @@ layout: null
{% for post in site.posts %}
<item>
<title>{{ post.title }}</title>
<link>
{{ post.url | prepend: site.url }}
</link>
<description>
{{ post.content | escape | truncate: '400' }}
</description>