hramos / hramos/hramos.github.io

Every non-post page has the same <title> ("Héctor Ramos")

Open
#53 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.