{{ with .Param "categories" }} {{ range $i, $category := . }} {{ if eq $i 0 }} {{ with $.Site.GetPage (printf "/%s/%s" "categories" $category) }} {{ $iconDictionary := dict "video" "video" "paper" "book" "poster" "presentation" "thesis" "graduation-cap" "presentation" "podium" "web" "globe" }} {{ $categoryIcon := index $iconDictionary $category }} {{- partial "fa.html" $categoryIcon -}} {{ end }} {{ end }} {{ end }} {{ end }}