关于音乐图标修复
This commit is contained in:
parent
a0cc1caf55
commit
c3c9a0e76a
|
@ -41,10 +41,6 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 关于统计-->
|
|
||||||
<script th:src="${assets_link + '/libs/countup/countup.js'}"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="author-content">
|
<div class="author-content">
|
||||||
<div class="create-site-post author-content-item single" th:utext="${theme.config.about.xjlc}">
|
<div class="create-site-post author-content-item single" th:utext="${theme.config.about.xjlc}">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -157,6 +157,9 @@
|
||||||
<!-- 关于地图-->
|
<!-- 关于地图-->
|
||||||
<script src="https://map.qq.com/api/gljs?v=1.exp&key=YZOBZ-34HLF-K3OJV-JV6IN-OALJ5-7MBAC"></script>
|
<script src="https://map.qq.com/api/gljs?v=1.exp&key=YZOBZ-34HLF-K3OJV-JV6IN-OALJ5-7MBAC"></script>
|
||||||
|
|
||||||
|
<!-- 关于统计-->
|
||||||
|
<script th:src="${assets_link + '/libs/countup/countup.js'}"></script>
|
||||||
|
|
||||||
<!-- 小板报 -->
|
<!-- 小板报 -->
|
||||||
<th:block th:if="${not #strings.isEmpty(theme.config.sidebar.welcome.key)}">
|
<th:block th:if="${not #strings.isEmpty(theme.config.sidebar.welcome.key)}">
|
||||||
<script defer th:if="${#strings.contains(theme.config.sidebar.widgetss.indexWidgets,'welcome') ||
|
<script defer th:if="${#strings.contains(theme.config.sidebar.widgetss.indexWidgets,'welcome') ||
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
th:href="${theme.config.about.music.music_link}"
|
th:href="${theme.config.about.music.music_link}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener nofollow">
|
rel="noopener nofollow">
|
||||||
<i class="haofont hao-icon-arrow-circle-right"></i>
|
<i class="haofont hao-icon-circle-arrow-up-right-1"></i>
|
||||||
<span class="banner-button-text">更多推荐</span></a>
|
<span class="banner-button-text">更多推荐</span></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue