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:
Meng Sen
2024-09-09 17:56:04 +08:00
committed by GitHub
parent 5c1112b403
commit 36b66a448a

View File

@@ -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>