mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 03:09:41 +08:00
8 lines
490 B
HTML
8 lines
490 B
HTML
<div class="card widget notice ${settings.hide_notice!} is-hidden-all" xmlns:th="https://www.thymeleaf.org">
|
|
<div class="card-title">
|
|
<i class="fa fa-volume-up card-title-label"></i><span>公告</span>
|
|
</div>
|
|
<div class="card-content">
|
|
<div th:text="${#strings.isEmpty(theme.config.sidebar.notice_content)? '<p>  欢迎来访' + site.title + ',博主还没有发布任何公告!</p>' : theme.config.sidebar.notice_content}"></div>
|
|
</div>
|
|
</div> |