feat(website): add Awesome Python and Sponsorship links to footer

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-05-03 19:05:40 +08:00
parent f57fc44295
commit 138059feeb
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -1483,8 +1483,8 @@ th[data-sort].sort-asc::after {
.footer-left { .footer-left {
display: flex; display: flex;
flex-direction: column; align-items: center;
gap: 0.3rem; gap: 0.6rem;
} }
.footer-brand { .footer-brand {
+3 -1
View File
@@ -69,7 +69,9 @@
<footer class="footer"> <footer class="footer">
<div class="footer-left"> <div class="footer-left">
<span class="footer-brand">Awesome Python</span> <a href="/" class="footer-brand">Awesome Python</a>
<span class="footer-sep">/</span>
<a href="/sponsorship/">Sponsorship</a>
</div> </div>
<div class="footer-links"> <div class="footer-links">
<span <span