mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 18:59:40 +08:00
fix: 代码调整
This commit is contained in:
parent
7fd179d031
commit
0d6406ae3b
@ -14,7 +14,7 @@
|
||||
</ol>
|
||||
</div>
|
||||
</button>
|
||||
<button th:if="${type == 'Post'}" class="agree like" data-id="${(post.id!0)?c}"
|
||||
<button th:if="${type == 'Post'}" class="agree like" th:data-id="${post.metadata.name}"
|
||||
data-likes="${(post.likes!0)?c}">
|
||||
<i class="fa fa-thumbs-o-up"></i>
|
||||
<span>赞<span th:text="${post.stats.upvote}"></span></span>
|
||||
|
@ -68,7 +68,7 @@
|
||||
<th:bolck th:if="${enableCopyright || enableShare}">
|
||||
<hr/>
|
||||
<th:block th:if="${enableCopyright}">
|
||||
<th:block th:replace="~{main/copyright}"></th:block>
|
||||
<th:block th:replace="~{main/copyright}"/>
|
||||
</th:block>
|
||||
<div th:if="${enableShare}" class="dshare"></div>
|
||||
</th:bolck>
|
||||
|
Loading…
x
Reference in New Issue
Block a user