{{- if .Params.cover.image -}}
{{- if (ne $.Params.cover.relative true) }}
{{- else }}
{{- end}}
{{- else }}
{{- $images := partial "partials/templates/_funcs/get-page-images" . -}}
{{- with index $images 0 -}}
{{- else -}}
{{- end -}}
{{- end }}
{{- $twitterSite := "" }}
{{- with site.Params.social }}
{{- if reflect.IsMap . }}
{{- with .twitter }}
{{- $content := . }}
{{- if not (strings.HasPrefix . "@") }}
{{- $content = printf "@%v" . }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}