diff --git a/templates/base/head_notice.tmpl b/templates/base/head_notice.tmpl index 6c52426bc..2880b494d 100644 --- a/templates/base/head_notice.tmpl +++ b/templates/base/head_notice.tmpl @@ -4,12 +4,13 @@
{{range .notices.Notices}} - - {{if eq .Visible 1}} + {{if eq .Visible 1}} + {{.Title}} - {{end}} - + + {{end}} + {{end}}