diff --git a/kallithea/templates/search/search.html b/kallithea/templates/search/search.html
--- a/kallithea/templates/search/search.html
+++ b/kallithea/templates/search/search.html
@@ -33,11 +33,9 @@
${self.repo_context_bar('options')}
%endif
-
${self.breadcrumbs()}
-
%if c.repo_name:
${h.form(h.url('search_repo',repo_name=c.repo_name),method='get')}
%else:
diff --git a/kallithea/templates/summary/statistics.html b/kallithea/templates/summary/statistics.html
--- a/kallithea/templates/summary/statistics.html
+++ b/kallithea/templates/summary/statistics.html
@@ -23,7 +23,6 @@ ${self.repo_context_bar('summary')}
summary = lambda n:{False:'summary-short'}.get(n)
%>
-
${self.breadcrumbs()}
diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html
--- a/kallithea/templates/summary/summary.html
+++ b/kallithea/templates/summary/summary.html
@@ -60,11 +60,9 @@ ${self.repo_context_bar('summary')}
summary = lambda n:{False:'summary-short'}.get(n)
%>
-
${self.breadcrumbs()}
-