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: [
{
text: 'Imprint',
url: '/imprint/'
text: 'RSS',
url: '/feed.xml'
},
{
text: 'Privacy',
url: '/privacy/'
text: 'Source',
url: 'https://git.thethomaas.net'
}
]
};