update @ Thu Oct 26 18:06:20 EEST 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-26 18:06:20 +03:00
parent 0fba670424
commit d433c3aba7
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

@ -1016,9 +1016,6 @@ def rss(config: dict[str, typing.Any]) -> int:
etree.SubElement(channel, "link").text = config["blog"] etree.SubElement(channel, "link").text = config["blog"]
etree.SubElement(channel, "description").text = config["description"] etree.SubElement(channel, "description").text = config["description"]
etree.SubElement(channel, "generator").text = GEN etree.SubElement(channel, "generator").text = GEN
etree.SubElement(
channel, "webmaster"
).text = f"{config['author']} [{config['email']}]"
etree.SubElement(channel, "language").text = ( etree.SubElement(channel, "language").text = (
config["locale"].lower().replace("_", "-") config["locale"].lower().replace("_", "-")
) )