{{ if .Site.Menus.main }} {{ range .Site.Menus.main }} {{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }} {{ continue }} {{ end }}
  • {{ if eq .Params.action "search" }} {{ $.Scratch.Add "searchCount" 1 }} {{ if $.Site.Params.enableSearch | default false }} {{ end }} {{ else if eq .Params.action "appearance" }} {{ $.Scratch.Add "switchCount" 1 }} {{ else if eq .Params.action "locale" }} {{ $.Scratch.Add "localeCount" 1 }} {{ partial "translations.html" . }} {{ else }} {{ with .Params.icon }} {{- partial "icon.html" . -}} {{- end -}}{{- if .Params.showName | default true -}} {{ .Name | markdownify | emojify }} {{ end }} {{ end }}
  • {{ end }} {{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
  • {{ end }} {{ end }}