commit 2f3c039bd2e8287da2b695caa315296fcc946cce
parent 4e41c1422028115c85ac1baa38268049873f2bb5
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sun, 1 Dec 2024 13:02:09 +0100
fix: use correct URL in rss
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/centre.yaml b/centre.yaml
@@ -1,6 +1,6 @@
title: Newsplanet (Centre)
description: Planet-style news feed
-url: https://news.jayvii.de
+url: https://news.jayvii.de/centre.html
entries: 5000
entries_per_feed: 10
entries_sort_order: "issued"
diff --git a/left.yaml b/left.yaml
@@ -1,6 +1,6 @@
title: Newsplanet (Left)
description: Planet-style news feed
-url: https://news.jayvii.de
+url: https://news.jayvii.de/left.html
entries: 5000
entries_per_feed: 20
entries_sort_order: "issued"