Skip to content

Fix duplicated homepage title#78

Merged
HugoGresse merged 1 commit into
mainfrom
fix-homepage-title
Jun 28, 2026
Merged

Fix duplicated homepage title#78
HugoGresse merged 1 commit into
mainfrom
fix-homepage-title

Conversation

@HugoGresse

Copy link
Copy Markdown
Member

Problem

Homepage rendered <title>Sunny Tech | Sunny Tech</title>index.astro passed title="Sunny Tech" and Layout appended | Sunny Tech.

Fix

  • Drop the title prop on the homepage so it uses the tagline fallback (title is now optional in Layout)
  • Update the tagline to include the year + dates

New title: Sunny Tech 2026, la conférence Tech organisée à Montpellier — 2 & 3 juillet

Other pages are unchanged (they still render X | Sunny Tech).

Verify

  • astro check && astro build passes (170 pages)
  • Dev preview <title> confirmed

🤖 Generated with Claude Code

The homepage rendered <title>Sunny Tech | Sunny Tech</title>: index.astro
passed title="Sunny Tech" and Layout appended "| Sunny Tech".

Drop the title prop on the homepage so it falls back to the tagline, and
update the tagline to include the year and dates.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 28, 2026 10:49

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 56d4498):

https://sunnytechwebsite--pr78-fix-homepage-title-66l5ur8x.web.app

(expires Sun, 05 Jul 2026 10:50:41 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: b96ac7ab85879442bb94dc448b41aeca0f34d16c

@HugoGresse HugoGresse merged commit c83ad83 into main Jun 28, 2026
3 checks passed
@HugoGresse HugoGresse deleted the fix-homepage-title branch June 28, 2026 10:51
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.

2 participants