{{ partial "header.html" . }} {{ partial "navbar.html" . }} {{ partial "header_image.html" . }}
{{ i18n "filter_by_type" }}: {{ i18n "filter_all" }} {{ range $index, $taxonomy := .Site.Taxonomies.publication_types }} {{ index $.Site.Params.publication_types (int $index) }} {{ end }} {{ i18n "filter_all" }} {{ $years_sorted := $.Scratch.GetSortedMapValues "years" }} {{ range $year := sort $years_sorted "" "desc" }} {{ $year }} {{ end }}