aboutsummaryrefslogtreecommitdiff
path: root/internal/setting
diff options
context:
space:
mode:
Diffstat (limited to 'internal/setting')
-rw-r--r--internal/setting/setting.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/setting/setting.go b/internal/setting/setting.go
index 7551358e..0306b1ea 100644
--- a/internal/setting/setting.go
+++ b/internal/setting/setting.go
@@ -313,7 +313,6 @@ var (
// Other settings
ShowFooterBranding bool
- ShowFooterVersion bool
ShowFooterTemplateLoadTime bool
SupportMiniWinService bool
@@ -698,7 +697,6 @@ func NewContext() {
dateLangs = Cfg.Section("i18n.datelang").KeysHash()
ShowFooterBranding = Cfg.Section("other").Key("SHOW_FOOTER_BRANDING").MustBool()
- ShowFooterVersion = Cfg.Section("other").Key("SHOW_FOOTER_VERSION").MustBool()
ShowFooterTemplateLoadTime = Cfg.Section("other").Key("SHOW_FOOTER_TEMPLATE_LOAD_TIME").MustBool()
HasRobotsTxt = com.IsFile(path.Join(CustomPath, "robots.txt"))