From 7c66029528159476e1cf8022f36c31b8e567c664 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Thu, 17 Feb 2022 15:26:07 +0100 Subject: [PATCH] Fix Atom/RSS link in menu --- content/_common/menu.fr.md | 2 +- content/_common/menu.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_common/menu.fr.md b/content/_common/menu.fr.md index 24b9819..138fb11 100644 --- a/content/_common/menu.fr.md +++ b/content/_common/menu.fr.md @@ -13,4 +13,4 @@ --- -[RSS](/rss.fr.xml) +[RSS]({{ url(path="fr/atom.xml") }}) diff --git a/content/_common/menu.md b/content/_common/menu.md index 1c7feff..bd1eaaa 100644 --- a/content/_common/menu.md +++ b/content/_common/menu.md @@ -13,4 +13,4 @@ --- -[RSS](/rss.xml) +[RSS]({{ url(path="atom.xml") }})