halo-theme-dream2.0-plus
Version:
7 lines • 374 B
HTML
<span xmlns:th="https://www.thymeleaf.org"
th:fragment="footer (footer)"
class="webCopyright"
th:with="classStr = ${footer != null and not #lists.isEmpty(footer.show_style) ? #strings.trim(#strings.listJoin(footer.show_style,' ')) : ''}"
th:classappend="${classStr}"
th:text="'© '+${#dates.format(#dates.createNow(), 'yyyy')}+' '">
</span>