Skip to content

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

Merged
Wituareard merged 3 commits intomainfrom
fix/post-title-casing
Mar 19, 2026
Merged

Switch post titles to proper title case, remove CSS capitalize#683
Wituareard merged 3 commits 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 bdc9c5d
🔍 Latest deploy log https://app.netlify.com/projects/pauseai/deploys/69bc1e370cb0aa0008d9f74d
😎 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: 83 (🔴 down 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.

@Wituareard
Copy link
Collaborator

The removal of quotes broke some titles but otherwise this looks good to me

@Wituareard
Copy link
Collaborator

DeepMind protest and local organizing I think

@Wituareard Wituareard merged commit ef37849 into main Mar 19, 2026
4 of 5 checks passed
@Wituareard Wituareard deleted the fix/post-title-casing branch March 19, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants