mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Thu Oct 26 18:06:20 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
0fba670424
commit
d433c3aba7
1 changed files with 0 additions and 3 deletions
|
@ -1016,9 +1016,6 @@ def rss(config: dict[str, typing.Any]) -> int:
|
|||
etree.SubElement(channel, "link").text = config["blog"]
|
||||
etree.SubElement(channel, "description").text = config["description"]
|
||||
etree.SubElement(channel, "generator").text = GEN
|
||||
etree.SubElement(
|
||||
channel, "webmaster"
|
||||
).text = f"{config['author']} [{config['email']}]"
|
||||
etree.SubElement(channel, "language").text = (
|
||||
config["locale"].lower().replace("_", "-")
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue