summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorThibault Meyer <0xbaadf00d@users.noreply.github.com>2016-09-01 07:01:32 +0200
committer无闻 <u@gogs.io>2016-09-01 01:01:32 -0400
commitbc902b8f745efe91e9dce5e4c5f5f2d5d760fbfb (patch)
treecdca4d2dc95875284472af47d705fb85d16176ef /conf
parent8ee14db51ebc92728e1edba4545c7d4ea4b21c65 (diff)
downloadgitea-bc902b8f745efe91e9dce5e4c5f5f2d5d760fbfb.tar.gz
gitea-bc902b8f745efe91e9dce5e4c5f5f2d5d760fbfb.zip
Feature #3492: Add option to hide footer load times (#3562)
* Add option to hide footer load times * Rename option variable + minor changes
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index ce5c270553..36abf40dfd 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -428,5 +428,7 @@ cs-CZ = cs-CZ
[other]
SHOW_FOOTER_BRANDING = false
-; Show version information about gogs and go in the footer
+; Show version information about Gogs and Go in the footer
SHOW_FOOTER_VERSION = true
+; Show time of template execution in the footer
+SHOW_FOOTER_TEMPLATE_LOAD_TIME = true