Skip to content

Commit

Permalink
fix more open graph stuff
Browse files Browse the repository at this point in the history
add site_name
  • Loading branch information
billyroh committed Jun 30, 2015
1 parent 8b69d64 commit 48f8c95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -7,7 +7,10 @@ head.innerHTML = `
<meta name="viewport" content="initial-scale=1" />
<title>WaffleJS</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta property="og:type" content="website" />
<meta property="og:url" content="http://wafflejs.com" />
<meta property="og:title" content="WaffleJS" />
<meta property="og:site_name" content="WaffleJS" />
<meta property="og:description" content="A fun meetup for people who like waffles and technology." />
<meta property="og:image" content="social.png" />
`;
Expand Down

0 comments on commit 48f8c95

Please sign in to comment.