2025-2-26-fixed
This commit is contained in:
34
themes/fluid/layout/_partials/footer.ejs
Normal file
34
themes/fluid/layout/_partials/footer.ejs
Normal file
@ -0,0 +1,34 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user