From 52f41d9519b574341ba9fd929c4e4afea3b15fd9 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 14 Jan 2014 09:26:46 -0500 Subject: [PATCH] Merge pull request #133 from mvdkleijn/betterEmptyRepoPage --- src/main/distrib/data/gitblit.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index edfa1c4..482a835 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -612,6 +612,12 @@ # SINCE 0.5.0 web.siteName = +# The canonical url of your Gitblit server to bs used in email notifications. +# e.g. web.canonicalUrl = https://demo-gitblit.rhcloud.com +# +# SINCE 1.4.0 +web.canonicalUrl = + # You may specify a different logo image for the header but it must be 120x45px. # If the specified file does not exist, the default Gitblit logo will be used. # -- Gitblit v1.9.1