更换部分图标
This commit is contained in:
parent
599d392862
commit
4c4b71d1a4
|
@ -34,9 +34,7 @@
|
|||
<div class="webinfo-item-title"><i class="haofont hao-icon-stopwatch"></i>
|
||||
<div class="item-name">建站天数 :</div>
|
||||
</div>
|
||||
<div class="item-count" th:text="${theme.config.basics.siteStartTime}" id="runtimeshow">
|
||||
<i class="haofont hao-icon-spinner fa-spin"></i>
|
||||
</div>
|
||||
<div class="item-count" th:text="${theme.config.basics.siteStartTime}" id="runtimeshow"></div>
|
||||
</div>
|
||||
<!-- <div class="webinfo-item">
|
||||
<div class="webinfo-item-title"><i class="item-icon fas fa-font"></i>
|
||||
|
|
|
@ -101,11 +101,17 @@
|
|||
<i class="haofont hao-icon-chat--fill post-meta-icon" style="font-size: 17px;"></i>
|
||||
<span class="post-meta-label">评论:</span>
|
||||
<span th:if="${#strings.equals(theme.config.comments.use, 'commentWidget')}"
|
||||
id="comment-count" th:text="${post.stats.comment}"></span>
|
||||
id="comment-count" th:text="${post.stats.comment}">
|
||||
<i class="haofont hao-icon-spinner fa-spin"></i>
|
||||
</span>
|
||||
<span th:if="${#strings.equals(theme.config.comments.use, 'Twikoo')}"
|
||||
id="twikoo-count"></span>
|
||||
id="twikoo-count">
|
||||
<i class="haofont hao-icon-spinner fa-spin"></i>
|
||||
</span>
|
||||
<span th:if="${#strings.equals(theme.config.comments.use, 'Artalk')}"
|
||||
id="ArtalkCount"></span>
|
||||
id="ArtalkCount">
|
||||
<i class="haofont hao-icon-spinner fa-spin"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a class="post-meta-editor" sec:authorize="isAuthenticated()" data-flag-title="编辑文章"
|
||||
title="编辑文章"
|
||||
|
|
Loading…
Reference in New Issue