{{ $page := . }} {{ $featured := (.Resources.ByType "image").GetMatch "*featured*" }} {{ $anchor := $page.Params.image.focal_point | default "Smart" }} {{/* Set default titles for node pages */}} {{ $title := .Title }} {{ if and (not $title) .IsNode }} {{ if eq .Type "post" }} {{ $title = i18n "posts" }} {{ else if eq .Type "talk" }} {{ $title = i18n "talks" }} {{ else if eq .Type "publication" }} {{ $title = i18n "publications" }} {{end}} {{end}} {{/* Header image */}} {{/* Featured image */}} {{ if and $featured (not .Params.image.preview_only) }} {{ $image := $featured.Fill (printf "680x500 q90 %s" $anchor) }}
{{ . | markdownify | emojify }}
{{end}} {{ partial "page_metadata" (dict "page" $page "is_list" 0 "share" true) }} {{ partial "page_links_div.html" $page }}{{ . | markdownify | emojify }}
{{end}} {{ if not .IsNode }} {{ partial "page_metadata" (dict "page" $page "is_list" 0 "share" true) }} {{ partial "page_links_div.html" $page }} {{end}} {{end}}