site: make the author credit a link, matching litetune's footer - #502
Merged
Conversation
The name and the link to it were both in the footer but not connected: `MIT © Sasha Denisov` sat in the bottom bar as plain text, while sashadenisov.dev was a separate entry in the Links column under the faceless label "Author". Now the name itself is the link, in litetune's shape — `Sasha Denisov · MIT` — with the same treatment translated to this site's dark palette: mono at the muted foreground, underlined with a 2px offset, hover to full white. It is the only link down there that is not a project resource, so it is underlined rather than left to read as plain text. The "Author" entry is dropped: keeping it would put one URL in the footer twice. Verified on the rendered output rather than on the build's success line — `index.html` carries the anchor and both CSS rules, sashadenisov.dev appears exactly once, and the footer updates on all 21 pages.
DenisovAV
force-pushed
the
fix/footer-author-link
branch
from
September 10, 2026 12:16
16bcc9d to
21c91d9
Compare
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 name and the link to it were both already in the footer, just not connected:
MIT © Sasha Denisovsat in the bottom bar as plain text, whilesashadenisov.devwas a separate entry in the Links column under the faceless label Author.Now the name itself is the link, in the shape litetune's footer uses:
Same treatment, translated to this site's dark palette — mono at the muted foreground, underlined with a 2px offset, hover to full white. It is the only link down there that is not a project resource, so it reads as a link rather than as part of the copyright.
The Author entry is dropped; keeping it would put one URL in the footer twice.
Verified on the rendered output
Not on the build's success line — checked the generated HTML:
sashadenisov.devappears exactly once, both CSS rules are emitted, and the footer updates on all 21 pages.Note on the diff
22 lines added, 9 removed.
dart formaton a current SDK wants to rewrite this whole file (225/198), because it was already unformatted against that formatter before this change — repo-wide debt, not this PR's. Left alone so the diff stays reviewable.