{{- with .Site.Params.opengraph.twitter.page -}} {{- end -}} {{- range $authorID := .Params.authors -}} {{- $author := ( index $.Site.Data.authors $authorID ) -}} {{- with $author.social.twitter -}} {{- end -}} {{- end -}} {{- with .Params.cover -}} {{- $type := ( printf "%T" . ) -}} {{- $isMap := ( not ( eq $type "string" ) ) -}} {{- $image := "" -}} {{- if $isMap -}} {{- $image = .image -}} {{- else -}} {{- $image = . -}} {{- end -}} {{- $image = ( replaceRE "^\\./" $.RelPermalink $image ) -}} {{- if $isMap -}} {{- with .caption -}} {{- end -}} {{- end -}} {{- end -}}