🐛 fix: show language switcher if there's more than 1 language
This commit is contained in:
parent
397b63cefa
commit
5ac69fe21d
@ -23,7 +23,7 @@
|
||||
|
||||
{# Language switcher #}
|
||||
{# Display the language switcher only if more than one language is available #}
|
||||
{%- if config.languages | length > 1 %}
|
||||
{%- if config.languages | length > 0 %}
|
||||
<li class="language-switcher">
|
||||
<div class="dropdown" type="Button">
|
||||
<div class="language-switcher-icon"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user