feat: Color Theme live preview
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
footer.footer(class=['is-' + appconfig.theme.footer])
|
||||
footer.footer(class=['is-' + appconfig.theme.footer], ref='footer')
|
||||
span
|
||||
= t('footer.poweredby') + ' '
|
||||
a(href='https://github.com/Requarks/wiki') Wiki.js
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
#header-container
|
||||
nav.nav#header(class=['is-' + appconfig.theme.primary])
|
||||
nav.nav#header(class=['is-' + appconfig.theme.primary], ref='header')
|
||||
.nav-left
|
||||
block rootNavLeft
|
||||
a.nav-item(href='/')
|
||||
|
Reference in New Issue
Block a user