From 7e7960050b3af443ad84274ce6949c0b595ebe4b Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 5 Jan 2024 11:32:45 +0100 Subject: [PATCH] Add author information to posts in the RSS feed --- feed.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/feed.xml b/feed.xml index 826b91a3d..0e20b443f 100644 --- a/feed.xml +++ b/feed.xml @@ -19,6 +19,7 @@ layout: null {{ post.excerpt }} {{ post.date | date_to_rfc822 }} {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.authors }} {{ post.url | prepend: site.baseurl | prepend: site.url }} {% for tag in post.tags %} {{ tag | xml_escape }}