From 95c40400c046fddd497733efe63103e742a23757 Mon Sep 17 00:00:00 2001 From: thunderbottom Date: Mon, 12 Aug 2024 19:44:22 +0530 Subject: [PATCH] chore: change rss url in footer --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 13bd1cd..eaa1bf5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -93,7 +93,7 @@ This work is licensed under the 0BSD License.
- RSS Feed + {% if config.generate_feeds %}{% for feed in config.feed_filenames %}RSS feed{% endfor %}{% endif %}