Skip to content

Commit

Permalink
Publish breadcrumb for tags as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbakker committed Apr 13, 2021
1 parent 28ae744 commit d65d15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{- $data := partial $item (dict "caption" .Title "url" "" "level" 1 "image" "" "final" true) }}
{{- $full_data = printf "%s%s" $full_data $data }}

{{- else if eq .Kind "taxonomy" }}
{{- else if or ( eq .Kind "taxonomy" ) ( eq .Kind "term" ) }}

{{/* Find the taxonomyTerm and render */}}

Expand Down

0 comments on commit d65d15e

Please sign in to comment.