From 85bbc1aa9623981e513936093a467f8bd2edeaf3 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <1152958806@qq.com> Date: Sun, 23 Jul 2023 17:10:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=85=B3=E9=97=AD=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/comments.html | 3 ++- templates/modules/comment.html | 2 +- templates/page.html | 3 ++- templates/post.html | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/comments.html b/templates/comments.html index 0748e9c0..6be53dd3 100644 --- a/templates/comments.html +++ b/templates/comments.html @@ -142,7 +142,8 @@ + name = ${singlePage.metadata.name}, + allowComment = ${singlePage.spec.allowComment})}"/> diff --git a/templates/modules/comment.html b/templates/modules/comment.html index fef1019d..fd4a8c8a 100644 --- a/templates/modules/comment.html +++ b/templates/modules/comment.html @@ -1,6 +1,6 @@ - +
diff --git a/templates/page.html b/templates/page.html index d1cfc829..5f5a93ad 100644 --- a/templates/page.html +++ b/templates/page.html @@ -19,7 +19,8 @@ + name = ${singlePage.metadata.name}, + allowComment = ${singlePage.spec.allowComment})}"/> diff --git a/templates/post.html b/templates/post.html index 41b5db75..e79074d8 100644 --- a/templates/post.html +++ b/templates/post.html @@ -180,7 +180,8 @@ + name = ${post.metadata.name}, + allowComment = ${post.spec.allowComment})}"/>