fix: 移除不必要的div 会导致div重复

This commit is contained in:
Airbo ZH 2023-02-01 16:33:06 +08:00
parent 3cd5911bef
commit 68df9c2d8e
1 changed files with 4 additions and 6 deletions

View File

@ -4,16 +4,14 @@
<th:block th:fragment="tags-stat">
<div class="sticky_layout">
<div class="card-widget card-tags card-archives card-webinfo card-allinfo">
<div class="card-widget card-tags card-archives card-webinfo card-allinfo">
<th:block th:replace="modules/widgets/aside/tags :: tags"></th:block>
<th:block th:replace="modules/widgets/aside/tags :: tags"></th:block>
<hr>
<hr>
<th:block th:replace="modules/widgets/aside/stat :: stat"></th:block>
<th:block th:replace="modules/widgets/aside/stat :: stat"></th:block>
</div>
</div>
</th:block>