Skip to content

Commit

Permalink
Update opengraph metadata for social cards (#1498)
Browse files Browse the repository at this point in the history
I guess this should fix it
  • Loading branch information
Milos Jevtovic authored Dec 4, 2017
1 parent e552ce4 commit 3154f42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/partials/html-head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

<meta property="og:site_name" content="Node.js">
<meta property="og:title" content="{{#if title}}{{ title }} | {{/if}}{{ site.title }}">
<meta name="og:image" content="/static/images/logo-hexagon.png">
<meta name="og:image:type" content="image/png">
<meta name="og:image:width" content="224">
<meta name="og:image:height" content="256">
<meta property="og:image" content="/static/images/logo-hexagon.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="224">
<meta property="og:image:height" content="256">

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@nodejs">
Expand Down

0 comments on commit 3154f42

Please sign in to comment.