halo-theme-hao/templates/modules/recent-top.html
2024-04-12 14:35:37 +08:00

13 lines
367 B
HTML

<!-- 置顶的文章-->
<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>