Skip to content

Switch post titles to proper title case, remove CSS capitalize#683

Open
Maximophone wants to merge 1 commit intomainfrom
fix/post-title-casing
Open

Switch post titles to proper title case, remove CSS capitalize#683
Maximophone wants to merge 1 commit intomainfrom
fix/post-title-casing

Conversation

@Maximophone
Copy link
Contributor

Summary

  • Removes text-transform: capitalize from the post page h1 style (replaced with text-transform: none), giving each post explicit control over its title casing
  • Updates all 49 post titles that needed changes to proper title case, so the site remains visually consistent after the CSS change
  • Rules applied: major words capitalised; small words (of, in, for, to, a, an, the, at, by, from, or, vs, etc.) lowercase unless first/last word or after a colon; acronyms (AI, UK, NYC, etc.) and brand names (PauseAI, OpenAI, DeepMind, etc.) preserved as-is; ordinal suffixes (1st, 3rd, 11th, etc.) kept lowercase

Test plan

  • Spot-check several post pages and confirm titles render correctly
  • Confirm the London protest post title shows as "PauseAI Holds Largest Ever AI Safety Protest in London"
  • Confirm acronyms and brand names are not mangled

🤖 Generated with Claude Code

Replace text-transform: capitalize on h1 with text-transform: none,
and update all 49 post titles to proper title case so the site
remains visually consistent while giving each title explicit control
over its casing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@netlify
Copy link

netlify bot commented Mar 3, 2026

Deploy Preview for pauseai ready!

Name Link
🔨 Latest commit 1d2bc97
🔍 Latest deploy log https://app.netlify.com/projects/pauseai/deploys/69a726ef36ccb30008e16713
😎 Deploy Preview https://deploy-preview-683--pauseai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 74 (🟢 up 2 from production)
Accessibility: 90 (no change from production)
Best Practices: 92 (no change from production)
SEO: 99 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

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.

1 participant