mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-10-14 14:30:50 +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>
|
||||
</th:block>
|
||||
</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>
|
||||
</th:block>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user