diff --git a/layouts/partials/taxonomy_terms_cloud.html b/layouts/partials/taxonomy_terms_cloud.html index 6a333c43..6536757a 100644 --- a/layouts/partials/taxonomy_terms_cloud.html +++ b/layouts/partials/taxonomy_terms_cloud.html @@ -2,7 +2,7 @@ {{ $taxo := .taxo -}} {{ $title := .title -}} -{{ if eq $context.Type "bibliography" }} +{{ if or (eq $context.Type "bibliography") (in (slice "taxonomy" "term") $context.Kind) }} {{ if isset $context.Site.Taxonomies (lower $taxo) -}} {{ $taxonomy := index $context.Site.Taxonomies (lower $taxo) -}} {{ if (gt (len $taxonomy) 0) -}}