Merge pull request #313 from chengzhongxue/main

0
This commit is contained in:
困困鱼 2023-07-23 18:51:25 +08:00 committed by GitHub
commit 79fb0fd36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>