This commit is contained in:
Ines Montani 2019-02-20 14:33:23 +01:00
parent 3b667787a9
commit da5edbe434
1 changed files with 2 additions and 4 deletions

View File

@ -71,11 +71,11 @@ const SEO = ({ description, lang, title, section, sectionTitle, bodyClass }) =>
}, },
{ {
name: 'twitter:creator', name: 'twitter:creator',
content: `@${data.site.siteMetadata.social.twitter}`, content: `@${siteMetadata.social.twitter}`,
}, },
{ {
name: 'twitter:site', name: 'twitter:site',
content: `@${data.site.siteMetadata.social.twitter}`, content: `@${siteMetadata.social.twitter}`,
}, },
{ {
name: 'twitter:title', name: 'twitter:title',
@ -126,8 +126,6 @@ const query = graphql`
title title
description description
slogan slogan
siteUrl
email
social { social {
twitter twitter
} }