From a0831dca3c087658a689bae102e2040a90c48d2e Mon Sep 17 00:00:00 2001 From: Luca Milanesio <luca.milanesio@gmail.com> Date: Fri, 08 Nov 2013 10:53:52 -0500 Subject: [PATCH] Allows the home root link top-left anchor to be customised. --- src/main/distrib/data/gitblit.properties | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index 41aa5a3..722c501 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -581,6 +581,13 @@ # BASEFOLDER web.headerLogo = ${baseFolder}/logo.png +# You may specify a different link URL for the logo image anchor. +# If blank the Gitblit main page URL is used. +# +# SINCE 1.3.0 +# BASEFOLDER +web.rootLink = + # You may specify a custom header background CSS color. If unspecified, the # default color will be used. # -- Gitblit v1.9.1