From c49db3bc8e7233c6be816d51d49b21b25cb8f258 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 26 Dec 2024 04:35:19 +0200 Subject: [PATCH] update @ Thu Dec 26 04:35:19 EET 2024 Signed-off-by: Ari Archer --- scripts/blog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/blog.py b/scripts/blog.py index 1add67c..dd3cd3a 100755 --- a/scripts/blog.py +++ b/scripts/blog.py @@ -1586,7 +1586,7 @@ def rss(config: dict[str, typing.Any]) -> int: f" [edited at {datetime.datetime.utcfromtimestamp(created).strftime(ftime)}]" if created else "" - ) + ) + f"\n\nRead about it at {link}" etree.SubElement(item, "pubDate").text = datetime.datetime.utcfromtimestamp( post["created"], ).strftime(ftime)