From fc7d545e8758e71854e2259e195a9963fe3d4152 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 26 Dec 2024 05:15:31 +0200 Subject: [PATCH] update @ Thu Dec 26 05:15:31 EET 2024 Signed-off-by: Ari Archer --- scripts/blog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/blog.py b/scripts/blog.py index 000e733..f45eddb 100755 --- a/scripts/blog.py +++ b/scripts/blog.py @@ -1594,7 +1594,7 @@ def rss(config: dict[str, typing.Any]) -> int: ).strftime(ftime) etree.SubElement(item, "guid").text = link etree.SubElement(item, "author").text = ( - f"{config['author']} <{config['email']}>" + f"{config['email']} ({config['author']})" ) if "preview" in post and post["preview"] in MEDIA_INDEX: