Add YouTube, Bilibili, and 小红书 links for AnnatarHe#67
Conversation
Extend the authors constant to support a list of social profiles per author and render them as small icon links beside the author's name.
Code ReviewOverviewThis PR adds social profile links (YouTube, Bilibili, 小红书) for AnnatarHe in the footer. The approach is clean overall — typed data model in ✅ What's done well
Issues and Suggestions1. Existing author link is missing
|
Revert the footer changes and surface YouTube, Bilibili, and 小红书 as icon links on the right side of the navbar, ordered with the video platforms first.
Code Review — PR #67: Add YouTube, Bilibili, and 小红书 linksOverviewAdds three social platform icons (YouTube, Bilibili, 小红书) to the site header for AnnatarHe, backed by a new Issues🔴 PR description says "footer" but the change is in the headerThe summary and test plan both reference the footer, but the only modified component is 🟡
|
Summary
authorsconstant with a typedsocialsarray so each author can carry multiple profile links.youtube.astro,bilibili.astro,xiaohongshu.astro) following the existingexternal-link.astropattern.New links for AnnatarHe
Test plan
pnpm astro checkpasses with 0 errorspnpm dev— icons appear next to AnnatarHe in the footer and each opens the correct profile in a new tabGenerated by Claude Code