From 8d5d8fb5d36d89c684f245b3b6c2e2ba89886d1d Mon Sep 17 00:00:00 2001 From: wangjr Date: Thu, 27 Jan 2022 17:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA0=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=B8=8D=E5=8D=A0=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base/head_notice.tmpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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}}