diff --git a/kallithea/templates/about.html b/kallithea/templates/about.html
--- a/kallithea/templates/about.html
+++ b/kallithea/templates/about.html
@@ -3,9 +3,6 @@
<%block name="title">
${_('About')}
%block>
-<%def name="breadcrumbs()">
- ${c.site_name}
-%def>
<%block name="header_menu">
${self.menu('about')}
%block>
diff --git a/kallithea/templates/admin/repo_groups/repo_group_show.html b/kallithea/templates/admin/repo_groups/repo_group_show.html
--- a/kallithea/templates/admin/repo_groups/repo_group_show.html
+++ b/kallithea/templates/admin/repo_groups/repo_group_show.html
@@ -4,16 +4,6 @@
${_('Repository group %s') % c.group.group_name}
%block>
-<%def name="breadcrumbs()">
-
- ${h.link_to(_('Home'),h.url('/'))}
- %if c.group.parent_group:
- » ${h.link_to(c.group.parent_group.name,h.url('repos_group_home',group_name=c.group.parent_group.group_name))}
- %endif
- » "${c.group.name}" ${_('with')}
-
-%def>
-
<%block name="header_menu">
${self.menu('repositories')}
%block>
diff --git a/kallithea/templates/journal/public_journal.html b/kallithea/templates/journal/public_journal.html
--- a/kallithea/templates/journal/public_journal.html
+++ b/kallithea/templates/journal/public_journal.html
@@ -3,9 +3,6 @@
<%block name="title">
${_('Public Journal')}
%block>
-<%def name="breadcrumbs()">
- ${c.site_name}
-%def>
<%block name="header_menu">
${self.menu('journal')}
%block>