文件
admin 261c0116ba
Theme CD / Package Theme (release) Failing after 13m8s
Theme CD / Release (release) Failing after 14m59s
refactor(alpine): restructure components and remove unused utilities for better modularity and maintainability
2026-06-14 08:31:42 +08:00

34 行
1.1 KiB
HTML

<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>
© <span th:text="${#dates.year(#dates.createNow())}">2024</span> Powered by
<a
th:href="${theme.config.footer.footer_powered_link}"
th:text="${theme.config.footer.footer_powered_text}"
></a>
</span>
</div>
<div class="beian">
<span th:if="${not #strings.isEmpty(theme.config.beian.icp_text)}">
<a
href="https://beian.miit.gov.cn/"
target="_blank"
th:href="${theme.config.beian.icp_link}"
th:text="${theme.config.beian.icp_text}"
></a
></span>
<span th:if="${not #strings.isEmpty(theme.config.beian.gongan_text)}">
<img class="beian__icon" th:src="@{/assets/image/gongan.png}" alt="" />
<a
href="https://www.beian.gov.cn/"
target="_blank"
th:href="${theme.config.beian.gongan_link}"
th:text="${theme.config.beian.gongan_text}"
></a
></span>
</div>
<halo:footer />
</div>
</footer>