Change:优化评论

This commit is contained in:
jiewenhuang 2023-08-12 19:15:32 +08:00
parent ecea9425f1
commit ec048e89fa
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
<!DOCTYPE html>
<html lang="en" xmlns:th="https://www.thymeleaf.org">
<th:block th:fragment="comment">
<th:block th:fragment="comment(name, kind)">
<div class="joe_comment_box">
<h2>评论区</h2>
<halo:comment
group="content.halo.run"
kind="Post"
th:attr="name=${post.metadata.name}"
th:attr="name=${name},kind=${kind}"
colorScheme="document.documentElement.getAttribute('data-mode')"
/>
</div>