fix: date of articles eletricboogaloo

This commit is contained in:
2026-06-15 10:06:10 +02:00
parent 7df16725a8
commit 550254c236
+1 -1
View File
@@ -60,7 +60,7 @@ def generateFeed(title, description, fileName, language, standards, entries):
fe = fg.add_entry()
fe.title(item["title"])
fe.guid(f"initiative-{item['id']}", permalink=False)
fe.updated(item["date"])
fe.pubDate(item["date"])
fe.source({'url': item["url"], 'title': item["source"]})
fe.content(item["text"], type="html")
if "rss" in standards: