halo-theme-dream2.0-plus
Version:
梦之城,童话梦境,动漫类型博客主题。
10 lines (8 loc) • 430 B
HTML
<div xmlns:th="https://www.thymeleaf.org"
th:fragment="widget (sidebar)"
th:class="'card widget timelife ' + ${sidebar.hide}">
<div class="card-title">
<i th:class="${#strings.defaultString(sidebar.icon, 'ri-hourglass-line') + ' card-title-label'}"></i><span th:text="${#strings.defaultString(sidebar.title, '人生倒计时')}"></span>
</div>
<div class="card-content aside-timelife"></div>
</div>