From 03824e60e90badb81451242293f788a90cd8de9f Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:56:07 +0100 Subject: [PATCH] Fix broken RSS link in footer Link was pointing to `news/rss.xml` while it should be `news/atom.xml`. Closes #6 --- layouts/partials/footer.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html.twig b/layouts/partials/footer.html.twig index 6e4c0db..996337f 100644 --- a/layouts/partials/footer.html.twig +++ b/layouts/partials/footer.html.twig @@ -31,7 +31,7 @@ {% endif %}