Add author information to posts in the RSS feed

This commit is contained in:
Bart Ribbers 2024-01-05 11:32:45 +01:00 committed by Dan G
parent b646692454
commit 7e7960050b

View File

@ -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>