mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-10-15 15:20:33 +00:00
feat: add comment widget supports for links page (#183)
Fixes https://github.com/halo-dev/theme-earth/issues/182 ```release-note 链接页面支持显示评论区 ```
This commit is contained in:
@@ -34,6 +34,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</th:block>
|
</th:block>
|
||||||
</div>
|
</div>
|
||||||
|
<hr th:if="${haloCommentEnabled}" class="my-10 dark:border-slate-700" />
|
||||||
|
<div th:if="${haloCommentEnabled}">
|
||||||
|
<halo:comment
|
||||||
|
group="plugin.halo.run"
|
||||||
|
kind="Plugin"
|
||||||
|
th:attr="name=${pluginName}"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</th:block>
|
</th:block>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user