diff --git a/templates/_base.html b/templates/_base.html
index 25d1e49..c2a7f7d 100644
--- a/templates/_base.html
+++ b/templates/_base.html
@@ -83,7 +83,9 @@
{% for tmp_page in subsection.pages %}
{% if tmp_page.extra.menu_item and tmp_page.extra.menu_item == "th1" %}
-
{{ tmp_page.title }}
+
+ {{ tmp_page.title }}
+
{% else %}
{{ tmp_page.title }}
{% endif %}