Simplify reader-facing site copy - #3
Merged
Merged
Conversation
✅ Deploy Preview for zeno-blog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the public-facing homepage and post layout to read less like an internal/process dashboard and more like a publication, removing reader-visible status/structure labels and simplifying layout.
Changes:
- Simplifies the homepage hero content and removes the hero aside panel.
- Removes stability/status badges and “eyebrow” labels from index and post pages.
- Removes dead navigation links from the global header.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/styles/global.css | Updates hero grid styling for the simplified homepage layout and removes styling for removed UI elements. |
| src/pages/index.astro | Simplifies hero + posts heading copy and removes stability display in post cards. |
| src/pages/[slug].astro | Stops passing stability into the post layout. |
| src/layouts/PostLayout.astro | Removes stability prop and associated display in the post header. |
| src/layouts/BaseLayout.astro | Removes dead nav links, leaving only the Posts anchor. |
Comments suppressed due to low confidence (1)
src/styles/global.css:167
.eyebrowis no longer used anywhere in the repo after the template changes, but its global CSS rule remains. Removing unused styles will keep the stylesheet easier to understand and avoid accumulating dead selectors.
.eyebrow {
display: inline-flex;
align-items: center;
padding: 0.35rem 0.72rem;
border-radius: 999px;
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
158
to
160
| .card, | ||
| .post-card { | ||
| padding: 1.4rem; |
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
Verification