fix: Halo评论组件属性少了个引号

This commit is contained in:
Airbo ZH 2023-02-10 18:19:26 +08:00 committed by airbo
parent bbffe461a7
commit eb113ed10e
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
<span>你无需删除空行,直接评论以获取最佳展示效果</span>
</div>
</div>
<halo:comment group="content.halo.run" kind="Post" th:attr="name=${post.metadata.name}" colorScheme="document.documentElement.getAttribute('data-theme') />
<halo:comment group="content.halo.run" kind="Post" th:attr="name=${post.metadata.name}" colorScheme="document.documentElement.getAttribute('data-theme')" />
</div>
</div>