fix(sidebar): hide translations selector if only one translation available (#950)

hide translations menu if only one translation available
This commit is contained in:
James McMurry
2024-02-26 12:43:14 +01:00
committed by GitHub
parent 255abd5c88
commit 800f815988
+2
View File
@@ -77,6 +77,7 @@
<div class="menu-bottom-section">
{{- $currentLanguageCode := .Language.Lang -}}
{{ if ( compare.Gt .Site.Home.AllTranslations 1 ) }}
{{ with .Site.Home.AllTranslations }}
<li id="i18n-switch">
{{ partial "helper/icon" "language" }}
@@ -87,6 +88,7 @@
</select>
</li>
{{ end }}
{{ end }}
{{ if (default false .Site.Params.colorScheme.toggle) }}
<li id="dark-mode-toggle">