Skip to content

Commit cf5dfa4

Browse files
JacobCoffeeclaude
andcommitted
update footer links to match original blog sidebar
Rename "Python" column to "Related Links" with python.org, Python-Dev Mailing List, and Python Developer's Guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 125f6db commit cf5dfa4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/Footer.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ const year = new Date().getFullYear();
2121

2222
<!-- Links column -->
2323
<div>
24-
<h3 class="text-xs font-semibold uppercase tracking-widest text-zinc-500 dark:text-zinc-400">Python</h3>
24+
<h3 class="text-xs font-semibold uppercase tracking-widest text-zinc-500 dark:text-zinc-400">Related Links</h3>
2525
<ul class="mt-3 space-y-2">
2626
<li><a href="https://www.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">python.org</a></li>
27-
<li><a href="https://peps.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">PEPs</a></li>
28-
<li><a href="https://docs.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Documentation</a></li>
29-
<li><a href="https://discuss.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Discuss</a></li>
27+
<li><a href="https://mail.python.org/mailman3/lists/python-dev.python.org/" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Python-Dev Mailing List</a></li>
28+
<li><a href="https://devguide.python.org" class="text-sm text-zinc-600 transition-colors hover:text-[#306998] dark:text-zinc-300 dark:hover:text-[#ffd43b]">Python Developer's Guide</a></li>
3029
</ul>
3130
</div>
3231

0 commit comments

Comments
 (0)