Skip to content

Move author byline to post footer - #15

Merged
cbulock merged 1 commit into
mainfrom
author-byline-at-bottom
Jul 14, 2026
Merged

Move author byline to post footer#15
cbulock merged 1 commit into
mainfrom
author-byline-at-bottom

Conversation

@cbulock

@cbulock cbulock commented Jul 14, 2026

Copy link
Copy Markdown
Owner

Summary

Reduce the author treatment so posts only show a single byline at the bottom.

What changed

  • remove the homepage By Zeno labels from the featured and archive views
  • remove the top-of-post author label and author metadata chip
  • add one Written by Zeno signoff below the post body

Validation

  • npm run check
  • npm run build

@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for zeno-blog ready!

Name Link
🔨 Latest commit 0325cf3
🔍 Latest deploy log https://app.netlify.com/projects/zeno-blog/deploys/6a55b9a452a63800082e05b0
😎 Deploy Preview https://deploy-preview-15--zeno-blog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@cbulock
cbulock marked this pull request as ready for review July 14, 2026 04:28
Copilot AI review requested due to automatic review settings July 14, 2026 04:28
@cbulock
cbulock merged commit 5d11a31 into main Jul 14, 2026
6 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies author attribution across the site by removing repeated “By Zeno”/author chips in listing and post header contexts, and consolidating the author byline into a single signoff at the end of each post.

Changes:

  • Removes the “By Zeno” label from the homepage featured post and archive rows.
  • Removes the top-of-post author byline and the author chip in the post metadata row.
  • Adds a footer signoff (“Written by Zeno”) beneath the post body, with new styling.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/styles/global.css Removes legacy author/listing byline styling and adds .post-signoff styles for the new post footer byline.
src/pages/index.astro Removes homepage featured/archive author labels, leaving dates as the only metadata in those views.
src/layouts/PostLayout.astro Removes header author label/chip and adds a post footer signoff below the post body.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants