Fix redirect/homepage meta tags, skip-link targets, dropdown overflow…#217
Merged
Merged
Conversation
…; rebuild guidance page - redirects.njk was inheriting the site layout instead of rendering as a bare redirect stub (missing layout: false), so /about.html rendered 55KB of duplicate page chrome with a generic title/no description instead of actually redirecting - this was the real source of the reported "OG title missing" / "OG description missing" on /about - Added a description to the homepage (index.njk), fixing both the missing page description and OG description there - Added id="main-content" to 5 layouts (search, site-index, post, cards, home) whose <main> didn't match the skip-link's #main-content target - dropdown-menu-end on the Share/Download dropdowns, plus icon color rules synced from components (fa-expand, fa-terminal, fa-rocket) - Rebuilt guidance.md from guidance.njk: a plain intro line + linked list of the guidance sources, dropping the old guidance-to-standards table
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.
…; rebuild guidance page