Update footer navigation
This commit is contained in:
parent
79f7a614d6
commit
01d44d1023
|
|
@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue