Files
blog.hifuu.ink/themes/fluid/layout/_partials/footer.ejs
2025-02-26 09:16:07 +08:00

35 lines
1.1 KiB
Plaintext

<div class="footer-inner">
<% if (theme.footer.content) { %>
<div class="footer-content">
<%- theme.footer.content %>
</div>
<% } %>
<!-- 添加 logo 贴纸 -->
<div class="footer-logos">
<a href="https://archlinux.org" target="_blank">
<img src="/images/archlinux-logo.png" alt="Arch Linux Logo" width="80">
</a>
<a href="https://kde.org" target="_blank">
<img src="/images/built_on_the_kde_platform.png" alt="Built on the KDE Platform" width="80">
</a>
<a href="https://amd.com" target="_blank">
<img src="/images/amd.webp" alt="AMD Logo" width="80">
</a>
<a href="https://www.asc-events.net/" target="_blank">
<img src="/images/asc-events.png" alt="ASC-Events" width="80">
</a>
<a href="https://notbyai.fyi/" target="_blank">
<img src="/images/Written-By-Human-Not-By-AI-Badge-white@2x.png" alt="Written By Human Not By AI Badge" width="80">
</a>
</div>
<% if (theme.footer.statistics.enable) { %>
<%- partial('_partials/footer/statistics.ejs') %>
<% } %>
<% if(theme.footer.beian.enable) { %>
<!-- 备案信息 ICP for China -->
<%- partial('_partials/footer/beian.ejs') %>
<% } %>
</div>