{{ if hugo.IsMultilingual }} {{ $class := .Class }} {{ $context := .Context }} {{ $pageLang := $context.Lang }} {{ $pageTranslations := newScratch }} {{/* First, fill all translations of the Home page (failsafe) */}} {{ range site.Home.AllTranslations }} {{ $pageTranslations.Set .Language.Lang .Permalink }} {{ end }} {{/* Second, if a translation exists for the current page for the target language, replace failsafe */}} {{ range $context.AllTranslations }} {{ $pageTranslations.Set .Language.Lang .Permalink }} {{ end }} {{ end }}