{{ $featured_image := partials.Include "func/GetFeaturedImage.html" . }} {{ $show_date := partials.Include "func/ShowDate.html" . }}
{{ if $featured_image }} {{/* Trimming the slash and adding absURL make sure the image works no matter collections.Where our site lives */}} {{ end }}
{{ if $show_date }} {{ end }}

{{ .Title }}

{{ with .Params.author | compare.Default .Site.Params.author }}

By {{ . }}

{{- end -}} {{ $.Param "read_more_copy" | compare.Default (lang.Translate "readMore") }}