Fix the dead mask-icon link, a schemeless link and footer heading levels - #306
Merged
Conversation
✅ Deploy Preview for jade-cajeta-1bcca0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Zethson
force-pushed
the
fix-content-bugs
branch
from
September 11, 2026 09:42
6d190c2 to
5ba650a
Compare
safari-pinned-tab.svg was a symlink in static/, which Hugo does not follow, so the mask-icon URL 404s on every page in production. Point it at the file it was symlinked to and drop the symlink. The gget post linked scverse.org/join without a scheme, so markdown rendered it relative and it resolved under the post's own URL. Footer column headings were h5 following h2 page content, a heading-level skip on every page. They are h2 now, sized in the footer SCSS.
Zethson
force-pushed
the
fix-content-bugs
branch
from
September 11, 2026 09:46
5ba650a to
01ee2a3
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.
Summary
safari-pinned-tab.svgis a symlink instatic/, which Hugo does not follow, so themask-iconURL 404s on every page in production. It points at/img/logo/scverse-fa.svgnow and the symlink is gone.[scverse.org/join](scverse.org/join)with no scheme, so it resolved under the post's own URL.h5afterh2page content, a heading skip on every page. They areh2now, sized in the footer SCSS, rendering unchanged.