We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21b85a commit 88b81efCopy full SHA for 88b81ef
layouts/partials/taxonomy_terms_cloud.html
@@ -2,7 +2,7 @@
2
{{ $taxo := .taxo -}}
3
{{ $title := .title -}}
4
5
-{{ if eq $context.Type "bibliography" }}
+{{ if or (eq $context.Type "bibliography") (in (slice "taxonomy" "term") $context.Kind) }}
6
{{ if isset $context.Site.Taxonomies (lower $taxo) -}}
7
{{ $taxonomy := index $context.Site.Taxonomies (lower $taxo) -}}
8
{{ if (gt (len $taxonomy) 0) -}}
0 commit comments