{{ range . }} {{ $image := "" }} {{ if .Params.Image }} {{ if or (hasPrefix .Params.Image "/") (hasPrefix .Params.Image "http://") (hasPrefix .Params.Image "https://") }} {{ $image = .Params.Image }} {{ else }} {{ $image = print .Permalink "/" .Params.Image }} {{ end }} {{ end }}

{{ .Title }}

󰃭 {{- partial "date.html" .Date -}} {{- if ne (.Date | time.Format "Jan 02, 2006 3:04 PM Z07:00") (.Lastmod.Format "Jan 02, 2006 3:04 PM Z07:00") -}} (updated: {{- partial "date.html" .Lastmod -}}) {{ end }} {{ if and (site.Params.tagsInArticlePreview | default true) .Params.tags }}
 {{ range sort .Params.tags }} #{{ . }} {{ end }} {{ end }}

{{ end }}