Skip to content

feat: render frontmatter title in default theme#65

Merged
rsbh merged 1 commit into
mainfrom
feat/frontmatter-title
May 13, 2026
Merged

feat: render frontmatter title in default theme#65
rsbh merged 1 commit into
mainfrom
feat/frontmatter-title

Conversation

@rsbh
Copy link
Copy Markdown
Member

@rsbh rsbh commented May 13, 2026

Summary

  • Render frontmatter title as h1 above page content in default theme
  • Users should remove # Title from MDX body to avoid duplicate headings

Test plan

  • Page with frontmatter title + no h1 in body → title shows
  • Page with frontmatter title + h1 in body → both show (user removes h1)
  • Page without frontmatter title → no extra heading

🤖 Generated with Claude Code

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chronicle Ready Ready Preview, Comment May 13, 2026 9:48am

Show frontmatter title as h1 above page content. Users should
remove the # Title from MDX body to avoid duplicate headings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

Review Change Stack

Warning

Rate limit exceeded

@rsbh has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 52 minutes and 35 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a4f0b1db-ace8-4265-8527-0b0469af15d8

📥 Commits

Reviewing files that changed from the base of the PR and between 3421242 and 0c714c2.

📒 Files selected for processing (2)
  • packages/chronicle/src/themes/default/Page.module.css
  • packages/chronicle/src/themes/default/Page.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/frontmatter-title

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rsbh rsbh merged commit abc7fe0 into main May 13, 2026
4 checks passed
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