halo-theme-dream2.0-plus
Version:
11 lines • 804 B
HTML
<a xmlns:th="https://www.thymeleaf.org"
th:fragment="footer (footer)" class="record"
th:if="${!#strings.isEmpty(theme.config.basic_info.record_number)}"
th:with="classStr = ${footer != null and not #lists.isEmpty(footer.show_style) ? #strings.trim(#strings.listJoin(footer.show_style,' ')) : ''}"
th:classappend="${classStr}"
th:aria-label="${theme.config.basic_info.record_number}" th:title="${theme.config.basic_info.record_number}"
href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank" rel="noopener noreferrer nofollow">
<img
th:src="${#theme.assets('/img/ba.webp')}" height="auto" width="auto" th:alt="#{footer.icp.name}"
style="vertical-align: text-top; width: 1.2em; margin-right: 4px;"/>[[${theme.config.basic_info.record_number}]]
</a>