修复评论问题
This commit is contained in:
parent
85bbc1aa96
commit
9384d1fa2f
|
@ -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>
|
||||
|
|
|
@ -76,7 +76,8 @@
|
|||
<th:block
|
||||
th:replace="~{modules/comment :: comment(group = 'content.halo.run',
|
||||
kind = 'SinglePage',
|
||||
name = 'moments')}"/>
|
||||
name = 'moments',
|
||||
allowComment = true)}"/>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue