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 04:35:19 EET 2024
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
b89e225006
commit
c49db3bc8e
1 changed files with 1 additions and 1 deletions
|
@ -1586,7 +1586,7 @@ def rss(config: dict[str, typing.Any]) -> int:
|
||||||
f" [edited at {datetime.datetime.utcfromtimestamp(created).strftime(ftime)}]"
|
f" [edited at {datetime.datetime.utcfromtimestamp(created).strftime(ftime)}]"
|
||||||
if created
|
if created
|
||||||
else ""
|
else ""
|
||||||
)
|
) + f"\n\nRead about it at {link}"
|
||||||
etree.SubElement(item, "pubDate").text = datetime.datetime.utcfromtimestamp(
|
etree.SubElement(item, "pubDate").text = datetime.datetime.utcfromtimestamp(
|
||||||
post["created"],
|
post["created"],
|
||||||
).strftime(ftime)
|
).strftime(ftime)
|
||||||
|
|
Loading…
Add table
Reference in a new issue