{{ i18n "back_to_top" | default "Back to top" }} {{ if hugo.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/simple-icon.html" (dict "id" .id) }} {{- else }} {{- .name }} {{- end }} {{- end -}}
{{ end }} {{ $markdownOpt := dict "markup" "markdown" }}

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