{{/* https://github.com/gethugothemes/hugo-modules/tree/master/images */}} {{ partial "logo" }}
    {{ $currentPage := . }} {{ range site.Menus.main }} {{ $menuURL := .URL | absLangURL }} {{ $pageURL:= $currentPage.Permalink | absLangURL }} {{ $active := eq $menuURL $pageURL }} {{ if .HasChildren }}
    • {{ range .Children }} {{ $childURL := .URL | absLangURL }} {{ $active := eq $childURL $pageURL }}
    • {{ .Name }}
    • {{ end }}
  • {{ else }}
  • {{ .Name }}
  • {{ end }} {{ end }} {{ if site.Params.navigation_button.enable }}
  • {{ site.Params.navigation_button.label }}
  • {{ end }}
{{ partial "components/language-switcher" (dict "Context" . "Class" "mr-5 pl-2 py-1 rounded") }} {{ if site.Params.navigation_button.enable }} {{ site.Params.navigation_button.label }} {{ end }}
{{/* Header shrink on scroll */}}