Update footer navigation

This commit is contained in:
TheThomaas 2023-11-24 22:56:33 +01:00
parent 79f7a614d6
commit 01d44d1023

View file

@ -27,12 +27,12 @@ module.exports = {
], ],
bottom: [ bottom: [
{ {
text: 'Imprint', text: 'RSS',
url: '/imprint/' url: '/feed.xml'
}, },
{ {
text: 'Privacy', text: 'Source',
url: '/privacy/' url: 'https://git.thethomaas.net'
} }
] ]
}; };