mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 23:39:40 +08:00
9 lines
314 B
HTML
9 lines
314 B
HTML
<div xmlns:th="https://www.thymeleaf.org"
|
|
th:fragment="widget (hide)"
|
|
th:class="'card widget toc ' + ${hide} + ' is-hidden-all'">
|
|
<div class="card-title">
|
|
<i class="ri-book-2-line card-title-label"></i><span>目录</span>
|
|
</div>
|
|
<div class="card-content toc-content">
|
|
</div>
|
|
</div> |