diff --git a/templates/tags/single.html b/templates/tags/single.html
index b1f7ef8..0b6b17b 100644
--- a/templates/tags/single.html
+++ b/templates/tags/single.html
@@ -2,7 +2,7 @@
{% block main_content %}
-{{ macros_page_header::page_header(title=term.name | title) }}
+{{ macros_page_header::page_header(title=term.name) }}
{% set max = section.extra.max_posts | default(value=999999) %}
{{ macros_list_posts::list_posts(posts=term.pages, max=max) }}