{{ i18n "back_to_top" | default "Back to top" }} {{ if $.Site.IsMultiLingual }}

{{ i18n "multilingual" }}: {{ range $.Site.Languages }} {{ with .LanguageName }}{{ . }}{{ else }}{{ .Lang }}{{ end }} {{ end }}

{{ end }} {{ with (index $.Site.Data "more-contentful").contacts }}
    {{ $useImage := index . "useImage" | default false }} {{ $links := sort .links "id" "asc" }} {{ $links = sort $links "weight" "asc" }} {{- range $links -}}
  • {{- if $useImage }} {{- partial "components/icon.html" (dict "id" .id "output" "icons/brand/%s.svg" "template" "templates/simple-icon.svg") }} {{- else }} {{- .name }} {{- end }}
  • {{- end -}}
{{ end }} {{ $markdownOpt := dict "markup" "markdown" }}

{{ with $.Site.Copyright }}{{ . | $.Site.RenderPage $markdownOpt }}{{ else }}© {{ now.Year }} {{ with $.Site.Author.name }}{{ . }}{{ else }}{{ $.Site.Title }}{{ end }}{{ end }}