{{ $permalink := .Permalink }}
{{- with $.Params.images -}}
{{- $image := (index . 0) -}}
{{- $image_link_absolute := (findRE "^/" $image) -}}
{{- if $image_link_absolute -}}
{{- else -}}
{{- end -}}
{{ else -}}
{{- $images := $.Resources.ByType "image" -}}
{{- $featured := $images.GetMatch "*feature*" -}}
{{- $featured := cond (ne $featured nil) $featured ($images.GetMatch "{*cover*,*thumbnail*}") -}}
{{- with $featured -}}
{{- else -}}
{{- with $.Site.Params.images -}}
{{- $image := (index . 0) -}}
{{- $image_link_absolute := (findRE "^/" $image) -}}
{{- if $image_link_absolute -}}
{{- else -}}
{{- end -}}
{{ else -}}
{{- end -}}
{{- end -}}
{{- end }}
{{ with .Site.Social.twitter -}}
{{ end -}}