diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html --- a/rhodecode/templates/index.html +++ b/rhodecode/templates/index.html @@ -1,10 +1,10 @@ ## -*- coding: utf-8 -*- <%inherit file="base/base.html"/> <%def name="title()"> - ${c.hg_app_name} + ${c.rhodecode_name} <%def name="breadcrumbs()"> - ${c.hg_app_name} + ${c.rhodecode_name} <%def name="page_nav()"> ${self.menu('home')}