{{ $disableImageOptimization := .Page.Site.Params.disableImageOptimization | default false }} {{ with .Params.externalUrl }} {{ else }} {{ end }}
{{- with $.Params.images -}} {{- range first 6 . }} {{ end -}} {{- else -}} {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{ if and .Params.featureimage (not $featured) }} {{- $url:= .Params.featureimage -}} {{ $featured = resources.GetRemote $url }} {{ end }} {{- if not $featured }}{{ with .Site.Params.defaultFeaturedImage }}{{ $featured = resources.Get . }}{{ end }}{{ end -}} {{- with $featured -}} {{ if or $disableImageOptimization (strings.HasSuffix $featured ".svg")}} {{ with . }} {{ end }} {{ else }} {{ with .Resize "600x" }} {{ end }} {{ end }} {{- else -}} {{- with $.Site.Params.images }} {{ end -}} {{- end -}} {{- end -}} {{ if and .Draft .Site.Params.article.showDraftLabel }} {{ partial "badge.html" (i18n "article.draft" | emojify) }} {{ end }}
{{ with .Params.externalUrl }}
{{ $.Title | emojify }}
{{ else }}
{{ .Title | emojify }}
{{ end }}
{{ partial "article-meta/basic.html" . }}
{{ if .Params.showSummary | default (.Site.Params.list.showSummary | default false) }}
{{ .Summary | emojify }}
{{ end }}