{{- with .Params.image }}
{{ $image := $.Resources.GetMatch . }}
{{ with $image }}
{{ $thumb := .Resize "400x" }}
{{ end }}
{{ end }}
{{ with .Site.Params.Social.twitter -}}
{{ end -}}
{{ range .Site.Params.Authors }}
{{ with .twitter -}}
{{ end -}}
{{ end -}}