diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html
--- a/rhodecode/templates/index.html
+++ b/rhodecode/templates/index.html
@@ -2,7 +2,10 @@
<%inherit file="base/base.html"/>
<%def name="title()">
-${_('Dashboard')} · ${c.rhodecode_name}
+ ${_('Dashboard')}
+ %if c.rhodecode_name:
+ · ${c.rhodecode_name}
+ %endif
%def>
<%def name="breadcrumbs()">