{{/* Desktop language switcher. Links point at the translation of the *current* page when one exists, so switching language keeps the visitor where they are. When the current page has no translation we fall back to the home page of the target language. */}} {{ if hugo.IsMultilingual }} {{ $page := . }} {{ $headerConfig := .Site.Params.header }} {{ $dropdownConfig := $headerConfig.menu.dropdown }}