hramos / hramos/hramos.github.io
Every non-post page has the same <title> ("Héctor Ramos")
Open
@agent-hacktor is already working on this.
Since Jul 29, 2026.
bug
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
BaseLayout.astro declares title as an optional prop and falls back to SITE_TITLE:
title={title || SITE_TITLE}
No page actually passes title, so /, /about, /blog, /astro, /angel, and /404 all render <title>Héctor Ramos</title>. Only blog posts (via BlogPostLayout) get a real title.
Impact: indistinguishable browser tabs and bookmarks, weak search results, and unhelpful link previews when any non-post page is shared.
Suggested fix
Pass a title from each page, e.g. About — Héctor Ramos, Writing — Héctor Ramos.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.