{{- $page := .context -}} {{- $iconName := .iconName | default "globe-alt" -}} {{- $iconHeight := .iconHeight | default 12 -}} {{- $location := .location -}} {{- $class := .class | default "hx:h-7 hx:px-2 hx:text-xs hx:text-gray-600 hx:transition-colors hx:dark:text-gray-400 hx:hover:bg-gray-100 hx:hover:text-gray-900 hx:dark:hover:bg-primary-100/5 hx:dark:hover:text-gray-50" -}} {{- $grow := .grow -}} {{- $hideLabel := .hideLabel | default false -}} {{- $changeLanguage := (T "changeLanguage") | default "Change language" -}} {{- $currentLanguageLang := site.Language.Lang -}} {{- $currentLanguageLabel := partial "utils/hugo-compat/language-label.html" site.Language -}} {{- if hugo.IsMultilingual -}}