diff options
Diffstat (limited to 'conf/app.ini')
-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 |