{{ partial "components/breadcrumb.html" . }}
{{ end }}
{{- .Title -}}
{{- if .Date | and (not .Params.hide_date) -}}
{{- .Date | time.Format (site.Params.locale.date_format | default ":date_long") -}}
{{- if .Params.authors }}·{{ end -}}
{{- end -}}
{{ $taxonomy := "authors" }}
{{ range $i, $author_obj := (.GetTerms $taxonomy) }}
{{ $author_page := $author_obj.Page }}
{{ $avatar := ($author_page.Resources.ByType "image").GetMatch "*avatar*" }}
{{- if and $i (not $avatar) }},{{ end -}}
{{ with $author_page.Params.website }}
{{ end }}
{{ with $avatar }}
{{ $avatar = $avatar.Process "Fill 50x50 Center webp" }}
{{ end }}
{{ with $author_page.Params.website }}
{{ end }}
{{ end }}
{{ if ne .Params.reading_time false }}
·
{{ .ReadingTime }} {{ i18n "minute_read" }}
{{ end }}
{{ $author_page.Title }}
{{ partial "page_links_div.html" . }}
{{ if .Params.abstract }}
{{ end }}
{{ end }}
{{ i18n "abstract" }}
{{ .Params.abstract | markdownify }}
{{ end }}
{{/* If the type is Uncategorized, hide the type. */}}
{{ if $pub_type_display }}
{{ i18n "publication_type" }}
{{ end }}
{{ if .Params.publication }}
{{ i18n "publication" }}
{{ .Params.publication | markdownify }}
{{ end }}
{{ if eq .Type "event" }}
{{ i18n "date" }}
{{ partial "functions/get_event_dates" . }}
{{ end }}
{{ if .Params.event }}
{{ i18n "event" }}
{{ with .Params.event_url }}{{ end }}
{{ .Params.event | markdownify }}
{{ if .Params.event_url }}{{ end }}
{{ end }}
{{ if .Params.location }}
{{ i18n "location" }}
{{ .Params.location | markdownify }}
{{ if .Params.address }}{{partial "functions/get_address" (dict "root" . "address" .Params.address) }}
{{end}}
{{ .Content }}
{{ partial "components/last-edited.html" . }}
{{ .Scratch.Set "invert_pager" true }}
{{ partial "page_footer" . }}