Skip to content

Commit

Permalink
update static og title
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Jan 17, 2024
1 parent 1ad4bf8 commit 63ec06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/components/layout/root-layout/Theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function Theme({children, pageOpts}: NextraThemeLayoutProps) {

<meta property="og:url" content={`https://brand.github.com${route}`} />
<meta property="og:type" content="website" />
<meta property="og:title" content="GitHub Brand Guide" />
<meta property="og:title" content={title} />
{frontMatter.description && <meta property="og:description" content={frontMatter.description} />}

<meta
Expand Down

0 comments on commit 63ec06c

Please sign in to comment.