✨ feat(theme-switcher): hide button if JS is disabled
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
{# Theme switcher #}
|
||||
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}
|
||||
<li class="theme-switcher-wrapper">
|
||||
<li class="theme-switcher-wrapper js">
|
||||
<div class="theme-switcher"></div>
|
||||
</li>
|
||||
{%- endif -%}
|
||||
|
Reference in New Issue
Block a user