Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed May 27, 2022
1 parent 6da43e5 commit 1f45965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docusaurus-theme-common/src/utils/metadataUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export function PageMetadata({

return (
<Head>
{pageTitle && <title>{pageTitle}</title>}
{pageTitle && <meta property="og:title" content={pageTitle} />}
{title && <title>{pageTitle}</title>}
{title && <meta property="og:title" content={pageTitle} />}

{description && <meta name="description" content={description} />}
{description && <meta property="og:description" content={description} />}
Expand Down

0 comments on commit 1f45965

Please sign in to comment.