From 1b249f618d1a5f291625aa40dfd66fe0d5c88417 Mon Sep 17 00:00:00 2001
From: Martijn <martijn.niji@gmail.com>
Date: Mon, 13 Jan 2014 15:45:28 -0500
Subject: [PATCH] Improving empty repo page

---
 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