diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 4ba5513..f769551 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -8,6 +8,7 @@ export default hopeTheme({ editLink: true, lastUpdated: false, contributors: false, + footer: 'CC BY IT4C.dev & Authors. Imprint.', navbar: [ { text: 'IT4C', link: '/' }, { text: 'Contact', link: '/contact' }, @@ -49,6 +50,6 @@ export default hopeTheme({ '/people/ulf-gebhardt', '/people/wolfgang-huss' ] - } + }, ], })