initial string
This commit is contained in:
parent
fee52db820
commit
e91a0baa9f
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ module.exports = {
|
||||||
themeSwitch: {
|
themeSwitch: {
|
||||||
title: 'Theme',
|
title: 'Theme',
|
||||||
light: 'light',
|
light: 'light',
|
||||||
dark: 'dark'
|
dark: 'dark',
|
||||||
|
initial: 'select'
|
||||||
},
|
},
|
||||||
greenweb: {
|
greenweb: {
|
||||||
// this goues into src/common/greenweb.njk
|
// this goues into src/common/greenweb.njk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue