{{ with $.Params.images }}
{{ $image := $.Resources.GetMatch (index (.) 0) }}
{{ with $image -}}
{{ end -}}
{{ else -}}
{{ with $.Site.Params.images }}
{{ with resources.GetMatch (index (.) 0) }}
{{ with .Resize "960x" -}}
{{ end -}}
{{ end -}}
{{ else -}}
{{ end -}}
{{ end -}}
{{ with .Site.Params.Social.twitter -}}
{{ end -}}