halo-theme-dream2.0-plus
Version:
9 lines • 900 B
HTML
<span xmlns:th="https://www.thymeleaf.org"
th:fragment="footer (footer)"
th:if="${!#strings.isEmpty(theme.config.basic_info.cloud_by_logo)}"
th:with="classStr = ${footer != null and not #lists.isEmpty(footer.show_style) ? #strings.trim(#strings.listJoin(footer.show_style,' ')) : ''},
html='<a class="cloud-driven" target="_blank" rel="noopener noreferrer nofollow" href="' + ${theme.config.basic_info.cloud_by_url} +
'" aria-label="' + #{footer.cloud.name} + '" title="' + #{footer.cloud.name} + '"><img height="auto" width="auto" alt="' + #{footer.cloud.name} + '" src="' + ${theme.config.basic_info.cloud_by_logo} + '"/></a>'"
th:classappend="${classStr}"
th:utext="${#messages.msg('footer.cloud.desc', html)}">
</span>