{{ if isset .Site.Taxonomies "categoriesibis" }} {{ if not (eq (len .Site.Taxonomies.categoriesibis) 0) }}

{{ $current_path := .RelPermalink}} {{ range $name, $items := .Site.Taxonomies.categoriesibis }} {{ $pagepath := $name | urlize | lower | printf "%s%s" "/categoriesibis/"}} {{ $p := $.Site.GetPage $pagepath}} {{ $path := $p.RelPermalink }} {{ if eq $current_path $path }} {{ $p.Title }} {{ else }} {{ $p.Title }} {{ end }} {{ end }}

{{ end }} {{ end }}