{{- /* Twitter Cards */}}
{{ with $.Params.images }}
{{ $image := $.Resources.GetMatch (index (.) 0) }}
{{ with $image -}}
{{ else -}}
{{ warnf "Can't find image in Site param `images` first value (%s)." ($.Param `images`) }}
{{ end }}
{{ else -}}
{{ end -}}
{{ with .Site.Social.twitter -}}
{{ end -}}