Skip to content

Commit 88b81ef

Browse files
stumboMattHeffron
andauthored
Bs3 bib fix authors page (#299)
* Fix taxonomy_terms_cloud.html to produce All Authors page --------- Co-authored-by: Matt Heffron <[email protected]>
1 parent c21b85a commit 88b81ef

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)