feat: footer text override option

This commit is contained in:
NGPixel
2023-02-16 20:45:55 -05:00
parent f972a9c7de
commit e954b50a7a
8 changed files with 31 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ module.exports = async () => {
rtl: WIKI.config.lang.rtl,
company: WIKI.config.company,
contentLicense: WIKI.config.contentLicense,
footerOverride: WIKI.config.footerOverride,
logoUrl: WIKI.config.logoUrl
}
res.locals.langs = await WIKI.models.locales.getNavLocales({ cache: true })