diff --git a/templates/common/title-item.html b/templates/common/title-item.html
index 62c86ae..d2e989f 100644
--- a/templates/common/title-item.html
+++ b/templates/common/title-item.html
@@ -1,5 +1,5 @@
{{ page.title }} ::
{% if page.get_parent and page.get_parent.url and page.get_parent.id != homepage.id %}
- {% include "common/title-item.html" with page=page.get_parent current=current %}
+ {% include "common/title-item.html" with page=page.get_parent %}
{% endif %}