Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Add meta tags for Open Graph
Browse files Browse the repository at this point in the history
Refers to issue #34
  • Loading branch information
Ben Jennings committed Aug 14, 2014
1 parent ca3334f commit 9a914d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions project/partials/_global/_head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon-precomposed.png" sizes="152x152">

<meta property="og:title" content="Hive">
<meta property="og:type" content="website">
<meta property="og:description" content="A human-friendly digital currency wallet for multiple platforms">
<meta property="og:url" content="http://hivewallet.com">
<meta property="og:image" content="http://hivewallet.com/assets/img/opengraph-image.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

{{! no-js script for superfast fallbacks }}
<script>
document.documentElement.className = document.documentElement.className.replace(/(\s|^)no-js(\s|$)/, '$1' + 'js' + '$2');
Expand Down

0 comments on commit 9a914d3

Please sign in to comment.