commit
8fc4c3a4d2
|
@ -718,7 +718,8 @@
|
|||
<th:block
|
||||
th:replace="~{modules/comment :: comment(group = 'content.halo.run',
|
||||
kind = 'SinglePage',
|
||||
name = ${singlePage.metadata.name})}"/>
|
||||
name = ${singlePage.metadata.name},
|
||||
allowComment = ${singlePage.spec.allowComment})}"/>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -194,7 +194,8 @@
|
|||
<th:block
|
||||
th:replace="~{modules/comment :: comment(group = 'content.halo.run',
|
||||
kind = 'SinglePage',
|
||||
name = ${singlePage.metadata.name})}"/>
|
||||
name = ${singlePage.metadata.name},
|
||||
allowComment = ${singlePage.spec.allowComment})}"/>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
|
|
@ -159,7 +159,11 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
|
||||
<th:block
|
||||
th:replace="~{modules/comment :: comment(group = 'content.halo.run',
|
||||
kind = 'SinglePage',
|
||||
name = ${singlePage.metadata.name},
|
||||
allowComment = ${singlePage.spec.allowComment})}"/>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue