diff --git a/core/themes/classy/templates/content/taxonomy-term.html.twig b/core/themes/classy/templates/content/taxonomy-term.html.twig index b381d5e..b946c04 100644 --- a/core/themes/classy/templates/content/taxonomy-term.html.twig +++ b/core/themes/classy/templates/content/taxonomy-term.html.twig @@ -26,7 +26,7 @@ {% set classes = [ 'taxonomy-term', - 'vocabulary-' ~ term.bundle|clean_class, + 'vocabulary-' ~ taxonomy_term.bundle|clean_class, ] %}