fix(comment): 修复评论区配置读取的语法错误

This commit is contained in:
nineya 2023-12-06 11:56:20 +08:00
parent da831d9c20
commit 5f5a027337

View File

@ -48,7 +48,7 @@
</div> </div>
<div class="card card-content" id="comment-wrapper" th:if="${enableComment}"> <div class="card card-content" id="comment-wrapper" th:if="${enableComment}">
<h3 class="comment-title">评论</h3> <h3 class="comment-title">评论</h3>
<div class="widget-comment" th:data-id="${theme.config.page_config.link_comment_id'}" data-target="SinglePage"></div> <div class="widget-comment" th:data-id="${theme.config.page_config.link_comment_id}" data-target="SinglePage"></div>
</div> </div>
</th:block> </th:block>
</th:block> </th:block>