{{- if .Site.Params.avatar -}} {{- $avatar := resources.Get .Site.Params.avatar -}} {{- if $avatar -}} avatar {{- else -}} avatar {{- end -}} {{- end -}} {{ .Site.Title }} {{ if .Site.Params.tagline }}

{{ .Site.Params.tagline }}

{{ end }}
    {{ range .Site.Menus.main }} {{ $active := false }} {{ if eq (.URL | relLangURL) $.RelPermalink }} {{ $active = true }} {{ end }}
  • {{ .Name | upper }}
  • {{ end }}
  • {{ partial "language-selector.html" . }}
{{ if not .Site.Params.themeMode }} {{ if .Site.Params.social.links }} {{ end }} {{ end }} {{ range .Site.Params.social.links }} {{ $url := "" }} {{ $rel := "" }} {{ if eq .type "github" }} {{ $url = printf "https://github.com/%s" .id }} {{ else if eq .type "twitter" }} {{ $url = printf "https://twitter.com/%s" .id }} {{ else if eq .type "email" }} {{ $url = printf "mailto:%s" .id }} {{ else if eq .type "rss" }} {{ $url = "index.xml" | relLangURL }} {{ else }} {{ $url = .url }} {{ end }} {{ if $url }} {{ end }} {{ end }}