From 52f401246398998dd4c4cf6301995d27c6e0d5c1 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 18 Apr 2021 03:21:55 +0800 Subject: [PATCH] Fix custom author name in RSS template --- feed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed.xml b/feed.xml index aca721e..d11f54a 100644 --- a/feed.xml +++ b/feed.xml @@ -35,7 +35,7 @@ layout: compress {{ post_absolute_url }} - {{ site.social.name }} + {{ post.author | default: site.social.name }} {% if post.categories %}