{{- with $.Site.Data.contact.list -}}
{{- $willUseIcons := (eq $.Site.Params.useLinkIcons true) -}} {{- $socialIcons := "social-icons.svg" | absURL -}} {{- $socialLinks := (sort . "id" "asc") -}} {{- range $socialLinks -}} {{- if $willUseIcons -}} {{- else -}} {{- if .name -}}{{ .name }}{{- else -}}{{ .id }}{{- end -}} {{- end -}} {{- end -}}
{{ end }}

{{ with $.Site.Copyright }}{{ . | markdownify }}{{ else }}© {{ now.Year }} {{ $.Site.Author.name }}{{ end }}