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})}"/>