{{ $featured_image := partials.Include "func/GetFeaturedImage.html" . }} {{ $show_date := and (not .Date.IsZero) (or (and (not (eq false site.Params.ananke.pages.show_date)) (not (eq false .Params.ananke.show_date)) ) (and (eq false site.Params.ananke.pages.show_date) (eq true .Params.ananke.show_date) ) ) }}
{{ 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") }}