missing values in config to display footer & absolut path for imprint

This commit is contained in:
Ulf Gebhardt 2023-11-07 09:22:06 +01:00
parent 45dbc1a799
commit b274c9da89
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -8,7 +8,8 @@ export default hopeTheme({
editLink: true, editLink: true,
lastUpdated: false, lastUpdated: false,
contributors: false, contributors: false,
footer: 'CC BY IT4C.dev & Authors. <a href="imprint.html">Imprint</a>.', displayFooter: true,
footer: 'CC BY IT4C.dev & Authors. <a href="/imprint.html">Imprint</a>.',
navbar: [ navbar: [
{ text: 'IT4C', link: '/' }, { text: 'IT4C', link: '/' },
{ text: 'Contact', link: '/contact' }, { text: 'Contact', link: '/contact' },