mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Thu Dec 26 05:15:31 EET 2024
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
43df546938
commit
fc7d545e87
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue