From 01d44d1023f4cbbc280e4d421c07abcd81240878 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Fri, 24 Nov 2023 22:56:33 +0100 Subject: [PATCH] Update footer navigation --- src/_data/navigation.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_data/navigation.js b/src/_data/navigation.js index 9776429..9206846 100644 --- a/src/_data/navigation.js +++ b/src/_data/navigation.js @@ -27,12 +27,12 @@ module.exports = { ], bottom: [ { - text: 'Imprint', - url: '/imprint/' + text: 'RSS', + url: '/feed.xml' }, { - text: 'Privacy', - url: '/privacy/' + text: 'Source', + url: 'https://git.thethomaas.net' } ] }; \ No newline at end of file