{{ 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 -}}📌 {{- end -}}{{ .Title }}
{{ if ne (.Date.Format (i18n "summary-dateformat")) (.Lastmod.Format (i18n "summary-dateformat")) }} {{ end }} · ☕ {{ .ReadingTime }} {{ i18n "reading-time" }} {{ with $.Param "author" }} · {{ if $.Param "authorEmoji" }}{{ $.Param "authorEmoji" }}{{ else }}✍️{{ 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 }}