Files
theme-earth/templates/modules/sidebar.html
Ryan Wang f657f5e62c styles: reformat code
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-10-10 14:51:02 +08:00

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>