update @ Thu Dec 26 05:15:31 EET 2024

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-12-26 05:15:31 +02:00
parent 43df546938
commit fc7d545e87
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -1594,7 +1594,7 @@ def rss(config: dict[str, typing.Any]) -> int:
).strftime(ftime) ).strftime(ftime)
etree.SubElement(item, "guid").text = link etree.SubElement(item, "guid").text = link
etree.SubElement(item, "author").text = ( 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: if "preview" in post and post["preview"] in MEDIA_INDEX: