diff --git a/templates/forums/forum.html b/templates/forums/forum.html
index 1d29853..495cbe7 100644
--- a/templates/forums/forum.html
+++ b/templates/forums/forum.html
@@ -2,9 +2,9 @@
{% load minecraft %}
{% block breadcrumb %}
-Home
+Home
{%for f in forum.get_ancestors %}
-> {{f}}
+> {{f}}
{%endfor%}
> {{forum}}
{% endblock %}
diff --git a/templates/forums/topic.html b/templates/forums/topic.html
index 665ecf0..802e701 100644
--- a/templates/forums/topic.html
+++ b/templates/forums/topic.html
@@ -4,12 +4,11 @@
{%block title %}{{topic.title}}{%endblock%}
{%block breadcrumb %}
-Forums
-
-> {{topic.forum}}
-{%for f in topic.forum.get_ancestors %}
-> {{f}}
+Home
+{%for f in topic.forum.get_ancestors%}
+> {{f}}
{%endfor%}
+> {{topic.forum}}
{%endblock%}
{%block content %}