更新友链模板的评论组件

This commit is contained in:
roozen 2023-07-31 14:44:39 +08:00
parent 43a7d4aa64
commit 85aabb55fd
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
<th:block <th:block
th:replace="~{modules/comment :: comment(group = 'content.halo.run', th:replace="~{modules/comment :: comment(group = 'content.halo.run',
kind = 'SinglePage', kind = 'SinglePage',
name = ${singlePage.metadata.name})}"/> name = ${singlePage.metadata.name},
allowComment = ${singlePage.spec.allowComment})}"/>
</div> </div>
</main> </main>