{{ if and (or ($.Param "featured_image") ($.Param "summary_image")) (eq ($.Param "sidebarPosition") "right") }} {{ else if and (or ($.Param "image") ($.Param "summary_image")) (eq ($.Param "sidebarPosition") "right") }} {{ end }}
{{- with .Params.pinned -}}{{ ($.Site.Params.pinIcon | safeHTML) | default "📌" }} {{- end -}}{{ .Title }}
{{ if ne (.Date.Format (i18n "summary-dateformat")) (.Lastmod.Format (i18n "summary-dateformat")) }} {{ end }} · {{ ($.Site.Params.readingTimeIcon | safeHTML) | default "☕" }} {{ .ReadingTime }} {{ i18n "reading-time" }} {{ with $.Param "author" }} · {{ if $.Param "authorEmoji" }}{{ $.Param "authorEmoji" }}{{ else }}{{ ($.Site.Params.authorIcon | safeHTML) | default "✍️" }}{{ end }} {{ . }} {{ end }}
{{ with .Params.description }} {{ . }} {{ else }} {{ .Summary | safeHTML }} {{ end }}
{{ if and (or ($.Param "featured_image") ($.Param "summary_image")) (eq ($.Param "sidebarPosition") "left") }} {{ else if and (or ($.Param "image") ($.Param "summary_image")) (eq ($.Param "sidebarPosition") "left") }} {{ end }}