{{ $item := . }} {{/* Dynamic view adjusts to content type. */}} {{ $icon_pack := "far" }} {{ $icon := "fa-file-alt" }} {{ $show_authors := false }} {{ $show_buttons := false }} {{ $link := $item.RelPermalink }} {{ $target := "" }} {{ if $item.Params.external_link }} {{ $link = $item.Params.external_link }} {{ $target = "target=\"_blank\" rel=\"noopener\"" }} {{ end }} {{ if eq $item.Type "post" }} {{ $icon = "fa-newspaper" }} {{ else if eq $item.Type "talk" }} {{ $icon = "fa-calendar-alt" }} {{ else if eq $item.Type "publication" }} {{ $show_authors = true }} {{ $show_buttons = true }} {{ else if eq $item.Type "project" }} {{ $icon_pack = "fas" }} {{ $icon = "fa-project-diagram" }} {{ $show_authors = true }} {{ $show_buttons = true }} {{ end }}
{{ $item.Title }} {{ if eq $item.Type "talk" }}
{{ partial "functions/get_event_dates" $item }} {{ with $item.Params.location }} {{ . }} {{ end }}
{{ end }} {{ if and $show_authors $item.Params.authors }}
{{ partial "page_metadata_authors" $item }}
{{ end }} {{ if $show_buttons }} {{ end }}