{{- with $.Params.images -}}
  
  
{{ else -}}
  {{- $images := $.Resources.ByType "image" -}}
  {{- $featured := $images.GetMatch "*feature*" -}}
  {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}}
  {{- with $featured -}}
	
	
  {{- else -}}
	
	{{- with $.Site.Params.images -}}
	  
	{{- end -}}
  {{- end -}}
{{- end }}
{{ with .Site.Social.twitter -}}
  
{{ end -}}