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

Commit

Permalink
feat(SEO): re-add twitter:site
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 19, 2018
1 parent 0fc2559 commit d4527ff
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/MainLayout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,7 @@ class MainLayout extends Component {
{/* <meta property="og:image:alt" content={`A shiny red apple with a bite taken out`} /> */}

{/* twitter */}
{/* <meta
property="twitter:site"
content={
`hellogaiama`
// this.props.data.Accounts.frontmatter.accounts.find(
// x => x.service === `twitter`
// ).handle
}
/> */}
<meta property="twitter:site" content="hellogaiama" />
<meta name="twitter:card" content="summary_large_image" />

{[`/en`, `/de`].includes(location.pathname) && (
Expand Down

0 comments on commit d4527ff

Please sign in to comment.