Skip to content

Commit

Permalink
Hotfix App meta logo
Browse files Browse the repository at this point in the history
Replacing explict logo through OG meta tag with implicit logo using a
link tag. Used because OG does not support relative URLs.
  • Loading branch information
kittsville committed Jul 31, 2015
1 parent 6b975e6 commit 61c3871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@

<meta property="og:title" content="Chomskey - The Online Keyboard Layout">
<meta property="og:type" content="website">
<meta property="og:image" content="logo-icon.png">

<base href="assets/">

<link rel="image_src" href="logo-icon.png">

<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
Expand Down

0 comments on commit 61c3871

Please sign in to comment.