Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
😅
Browse files Browse the repository at this point in the history
  • Loading branch information
mustofa-id committed Jun 29, 2019
1 parent 8799cb8 commit 59a2543
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function SEO ({
)

const metaDescription = description || site.siteMetadata.description
const metaTitle = title || site.siteMetadata.title

const allMeta = [
{
Expand All @@ -34,7 +35,7 @@ function SEO ({
},
{
property: `og:title`,
content: title
content: metaTitle
},
{
property: `og:description`,
Expand All @@ -54,7 +55,7 @@ function SEO ({
},
{
name: `twitter:title`,
content: title
content: metaTitle
},
{
name: `twitter:description`,
Expand Down

0 comments on commit 59a2543

Please sign in to comment.