Minor changes
This commit is contained in:
@ -124,15 +124,15 @@ const config = {
|
||||
label: 'Mastodon',
|
||||
href: 'https://mathstodon.xyz/web/@SirNik',
|
||||
},
|
||||
{
|
||||
label: 'Twitch',
|
||||
href: 'https://www.twitch.tv/sirnikodtw',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'More',
|
||||
title: 'Mehr von mir',
|
||||
items: [
|
||||
// {
|
||||
// label: 'Blog',
|
||||
// to: '/blog',
|
||||
// },
|
||||
{
|
||||
label: 'Website',
|
||||
href: 'https://www.niklas-birk.de',
|
||||
@ -143,6 +143,15 @@ const config = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Legal',
|
||||
items: [
|
||||
{
|
||||
label: 'Impressum',
|
||||
href: 'https://www.niklas-birk.de/impressum.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Niklas Birk. Built with Docusaurus.`,
|
||||
},
|
||||
|
Reference in New Issue
Block a user