forked from deepStateMirrors/tabi
🐛 fix: properly check for theme_switcher
setting
This commit is contained in:
parent
f5603acbdb
commit
f710b62631
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
{%- endif %}
|
||||
|
||||
{# Theme switcher #}
|
||||
{%- if config.extra.theme_switcher == true -%}
|
||||
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}
|
||||
<li class="theme-switcher-wrapper">
|
||||
<div class="theme-switcher"></div>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue