diff --git a/templates/partials/nav.html b/templates/partials/nav.html index 61d223e..d7173a0 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -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 %}