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

{{ .Title }}

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

By {{ . }}

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