mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
fix: 标签云更多显示配置项未生效的问题
This commit is contained in:
parent
31052df05b
commit
962e34fc3f
@ -8,7 +8,7 @@
|
||||
|
||||
<div class="card-title">
|
||||
<i class="ri-cloud-line card-title-label"></i><span>标签云</span>
|
||||
<a th:if="${tags.hasNext}" class="card-more" th:href="@{/tags}">更多<i class="ri-arrow-right-double-line"></i></a>
|
||||
<a th:if="${tags.hasNext && theme.config.sidebar.tagcloud_more}" class="card-more" th:href="@{/tags}">更多<i class="ri-arrow-right-double-line"></i></a>
|
||||
</div>
|
||||
<div th:if="${isEmpty}" class="card-empty">暂无标签</div>
|
||||
<div th:unless="${isEmpty}" class="card-content">
|
||||
|
Loading…
x
Reference in New Issue
Block a user