From a99f41d20a80635ab5ee127121ab97ad2842a550 Mon Sep 17 00:00:00 2001 From: movsb Date: Mon, 22 Apr 2024 14:24:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=84=E8=AE=BA=E9=82=AE?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E6=98=BE=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/config/comment.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/config/comment.go b/cmd/config/comment.go index 07c1216e..ceb008eb 100644 --- a/cmd/config/comment.go +++ b/cmd/config/comment.go @@ -30,7 +30,7 @@ func DefaultCommentTemplatesConfig() CommentTemplatesConfig { const adminTemplate = ` 您的博文“{{.Title}}”有新的评论啦!

-
{{ .Content }}
+
{{ .Content }}

链接:{{.Link}}
@@ -43,7 +43,7 @@ func DefaultCommentTemplatesConfig() CommentTemplatesConfig { const guestTemplate = ` 您在博文“{{.Title}}”的评论有新的回复啦!

-
{{ .Content }}
+
{{ .Content }}

链接:{{.Link}}