diff --git a/src/types/Config.ts b/src/types/Config.ts index fddb531..a040a4f 100644 --- a/src/types/Config.ts +++ b/src/types/Config.ts @@ -4,4 +4,5 @@ export interface Branding { export default interface Config { branding: Branding; theme: string; + themeOpts: any; } diff --git a/src/views/themes/default/header.ejs b/src/views/themes/default/header.ejs index 8c2e2ea..1225fc8 100644 --- a/src/views/themes/default/header.ejs +++ b/src/views/themes/default/header.ejs @@ -1,9 +1,17 @@ +<%= config.branding.title %> +

<%= config.branding.title %>