halo-theme-hao/templates/modules/recent-top.html

13 lines
367 B
HTML
Raw Normal View History

2024-04-12 06:35:37 +00:00
<!-- 置顶的文章-->
<div class="recent-top-post-group" id="recent-top-post-group"
th:if="${theme.config.top.recentTop}">
<div class="recent-post-top" id="recent-post-top">
<!-- banner -->
<div th:replace="~{modules/widgets/banner-group}"/>
<!-- top -->
<div th:replace="~{modules/widgets/top-group}"/>
</div>
</div>