diff options
author | Thibault Meyer <0xbaadf00d@users.noreply.github.com> | 2016-09-01 07:01:32 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-09-01 01:01:32 -0400 |
commit | bc902b8f745efe91e9dce5e4c5f5f2d5d760fbfb (patch) | |
tree | cdca4d2dc95875284472af47d705fb85d16176ef /conf | |
parent | 8ee14db51ebc92728e1edba4545c7d4ea4b21c65 (diff) | |
download | gitea-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.ini | 4 |
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 |