Skip to content

Commit 28161f1

Browse files
committed
Minor tweak to twitter tags
1 parent 5ac6f4c commit 28161f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/_core/Site.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ var Site = React.createClass({
3131
<meta property="og:url" content="http://graphql.org/" />
3232
<meta property="og:image" content="/img/og_image.png" />
3333
<meta property="og:image:type" content="image/png" />
34-
<meta property="og:image:width" content="1200" />
35-
<meta property="og:image:height" content="630" />
3634
<meta name="twitter:card" content="summary" />
3735
<meta name="twitter:site" content="@graphql" />
3836
<meta name="twitter:title" content="GraphQL: A query language for APIs." />
39-
<meta name="twitter:description" content="GraphQL gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools." />
37+
<meta name="twitter:description" content="GraphQL gives clients the power to ask for exactly what they need and nothing more, making it easier to evolve APIs over time." />
4038
<meta name="twitter:image" content="/img/twitter_image.png" />
4139
<link rel="shortcut icon" href="/img/favicon.png" />
4240
<link rel="home" type="application/rss+xml" href="/blog/rss.xml" title="GraphQL Team Blog" />

0 commit comments

Comments
 (0)