UNPKG

halo-theme-dream2.0-plus

Version:

梦之城,童话梦境,动漫类型博客主题。

11 lines (10 loc) 643 B
<aside xmlns:th="https://www.thymeleaf.org" th:fragment="widget (position)" th:class="'column column-side column-' + ${position} + ' ' + ${position == 'left'?theme.config.basic_style.left_sidebar_sticky:theme.config.basic_style.right_sidebar_sticky} + '-sticky'" th:classappend="${theme.config.basic_info.header_fixed}? 'fixed'"> <th:block th:each="sidebar, index :${theme.config.sidebar.sidebar_show}"> <th:block th:if="${sidebar.position == position}"> <th:block th:replace="~{${'/widget/' + sidebar.type} :: widget ( sidebar = ${sidebar}, index = ${index.index})}" /> </th:block> </th:block> </aside>