feat: visible RSS link in the footer - #74
Merged
Merged
Conversation
The feed was only discoverable by machines, through the <link rel="alternate"> in the head. A reader browsing the site had no way to learn it exists — which is why a follower asked for RSS the site already had. Adds an icon beside GitHub and LinkedIn, following the existing pattern exactly: same box, same border, same sizing, lucide icon. Hover goes to white rather than the RSS orange. The other two icons hover to their brand colour, so orange would follow that logic, but it would also introduce a hue that exists nowhere else in the palette. White keeps the footer inside the current design system. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
serros404
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The feed was only discoverable by machines, through the
<link rel="alternate">in the head. Someone browsing the site had no way to learn it exists — which is exactly why a follower asked for RSS the site already had.Adds an icon beside GitHub and LinkedIn, following the existing footer pattern exactly: same box, same border, same sizing, lucide icon.
One judgement call
Hover goes to white, not the RSS orange. The other two icons hover to their brand colour, so orange would follow that logic — but it would introduce a hue that exists nowhere else in the palette, and the project rule is not to add design tokens without being asked. White keeps the footer inside the current system. Easy to switch if you prefer the orange.
Verification
Build clean, 31 pages. The link renders in the footer of every page — home, /blog, /operators, /contact and report pages — checked outside the
<head>so it counts the visible one, not the autodiscovery tag that already existed.🤖 Generated with Claude Code