Skip to content

Commit f621676

Browse files
authored
Merge pull request #177 from stumbo/bs3_bib_fix_authors_page
Bs3 bib fix authors page
2 parents aed6c60 + f9d5475 commit f621676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/taxonomy_terms_cloud.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ $taxo := .taxo -}}
33
{{ $title := .title -}}
44

5-
{{ if eq $context.Type "bibliography" }}
5+
{{ if or (eq $context.Type "bibliography") (in (slice "taxonomy" "term") $context.Kind) }}
66
{{ if isset $context.Site.Taxonomies (lower $taxo) -}}
77
{{ $taxonomy := index $context.Site.Taxonomies (lower $taxo) -}}
88
{{ if (gt (len $taxonomy) 0) -}}

0 commit comments

Comments
 (0)