修复评论问题

This commit is contained in:
1152958806@qq.com 2023-07-23 18:48:45 +08:00
parent 85bbc1aa96
commit 9384d1fa2f
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -76,7 +76,8 @@
<th:block
th:replace="~{modules/comment :: comment(group = 'content.halo.run',
kind = 'SinglePage',
name = 'moments')}"/>
name = 'moments',
allowComment = true)}"/>
</div>