aboutsummaryrefslogtreecommitdiff
path: root/pkg/context/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/context/context.go')
-rw-r--r--pkg/context/context.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/context/context.go b/pkg/context/context.go
index 85f49cc6..33ae8b79 100644
--- a/pkg/context/context.go
+++ b/pkg/context/context.go
@@ -327,6 +327,8 @@ func Contexter() macaron.Handler {
c.Data["ShowFooterBranding"] = setting.ShowFooterBranding
c.Data["ShowFooterVersion"] = setting.ShowFooterVersion
+ c.Data["ServerNotice"] = readServerNotice()
+
ctx.Map(c)
}
}