Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions layouts/partials/footer_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>
<div style="font-size: 14px;color: #fff;text-align: center;">The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage/" style="color: #c8000b;">Trademark Usage </a>page.</br>2025 @ Volcano Project Authors. All rights reserved.</div>
<div style="margin-top: 60px;padding-bottom: 40px;">
<a href="#">
<a onclick="window.scrollTo({top: 0, behavior: 'smooth'});" title="Back to Top" style="cursor: pointer;">
<img src="/img/icon_up.svg" alt="up icon" width="33px;" height="33px;" style="margin:0px auto;">
</a>
</div>
Expand All @@ -26,14 +26,14 @@
</div>
<div style="font-size: 14px;color: #fff;text-align: center;">Linux基金会已注册并使用相关商标。 有关Linux基金会的商标列表,请参见 <a style="color: #c8000b;">商标使用</a> 页面。</br>最终解释权归2025 @ Volcano 项目作者所有。保留一切权利。</div>
<div style="margin-top: 60px;padding-bottom: 40px;">
<a href="#">
<a onclick="window.scrollTo({top: 0, behavior: 'smooth'});" title="Back to Top" style="cursor: pointer;">
<img src="/img/icon_up.svg" alt="up icon" width="33px;" height="33px;" style="margin:0px auto;">
</a>
</div>
{{ end }}
{{ else }}
<div style="padding-bottom: 40px;">
<a href="#">
<a onclick="window.scrollTo({top: 0, behavior: 'smooth'});" title="Back to Top" style="cursor: pointer;">
<img src="/img/icon_up1.png" alt="up icon" width="auto;" height="auto;" style="margin:0px auto;">
</a>
</div>
Expand Down