{{- $sc := .sc -}} {{- $section_title := .section_title -}} {{- $organisation_titles := .organisation_titles -}} {{- $icon := dict "Roles" "🔨" "Blog Posts" "📌" "Web Sites" "✉" "Programs" "P" "Writings" "🖉" "Audiovisuals" "AV" "Others" "?" "Qualifications" "Q" "Awards" "A" "Appearances" "ME" -}} {{- $section_items := default ( where ( where $sc.Site.Pages "Section" "blog" ) "Parent.Title" $section_title ) ( default ( where ( where $sc.Site.Pages "Section" "cv" ) "Parent.Title" $section_title ) ( where ( where $sc.Site.Pages "Section" "portfolio" ) "Parent.Title" $section_title ) ) -}} {{- $organisation_items := where $section_items ".Params.organisations" "intersect" $organisation_titles -}} {{- index $icon $section_title -}}
{{- ( len $organisation_items ) -}}