mirror of
https://github.com/halo-dev/theme-earth.git
synced 2026-01-13 07:03:50 +08:00
8 lines
299 B
HTML
8 lines
299 B
HTML
<aside class="col-span-1 hidden h-full flex-col gap-6 sm:flex">
|
|
<th:block th:with="widgets = ${#strings.listSplit(theme.config.sidebar.widgets,',')} ">
|
|
<th:block th:each="widget : ${widgets}">
|
|
<th:block th:replace="'modules/widgets/'+${widget}" />
|
|
</th:block>
|
|
</th:block>
|
|
</aside>
|