{{ $name := .context.Title }} {{ $title := lower .context.Title }} {{ range $taxonomyname, $taxonomy := .context.Site.Taxonomies }} {{ if eq $title $taxonomyname }} {{ range $key, $value := $taxonomy }} {{ $key }} {{ end }} {{ end }} {{ end }} {{ if and site.Params.debug false }} {{ range $taxonomyname, $taxonomy := .context.Site.Taxonomies }}
  • {{ $taxonomyname }}
  • {{ end }} {{ end }}