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