mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2024-11-21 18:32:43 +01:00
Add author information to posts in the RSS feed
This commit is contained in:
parent
b646692454
commit
7e7960050b
1
feed.xml
1
feed.xml
@ -19,6 +19,7 @@ layout: null
|
||||
<description>{{ post.excerpt }}</description>
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
|
||||
<author>{{ post.authors }}</author>
|
||||
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
|
||||
{% for tag in post.tags %}
|
||||
<category>{{ tag | xml_escape }}</category>
|
||||
|
Loading…
Reference in New Issue
Block a user