halo-theme-dream2.0-plus
Version:
8 lines • 541 B
HTML
<span xmlns:th="https://www.thymeleaf.org"
th:fragment="footer (footer)" class="record websiteDate"
th:if="${!#strings.isEmpty(theme.config.basic_info.website_time)}"
th:with="classStr = ${footer != null and not #lists.isEmpty(footer.show_style) ? #strings.trim(#strings.listJoin(footer.show_style,' ')) : ''},
html='<span class="stand">0</span>'"
th:classappend="${classStr}"
th:utext="${#messages.msgWithParams('footer.site_time.desc', {html, html, html, html})}">
</span>