mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Fix open graph image
This commit is contained in:
parent
fe9fb15fe5
commit
de03f1cbb4
@ -23,11 +23,11 @@ links:
|
||||
<meta name="description" content="{{ page.description }}">
|
||||
<meta property="og:title" content="{{ page.title }}">
|
||||
<meta property="og:description" content="{{ page.description }}">
|
||||
<meta property="og:image" content="assets/feather-preview.png">
|
||||
<meta property="og:image" content="https://feather.netlify.com/assets/feather-preview.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@colebemis">
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="https://feather.netlify.com/assets/feather-preview.png">
|
||||
<link rel="shortcut icon" type="image/png" href="assets/favicon.png">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet">
|
||||
<link href="https://unpkg.com/tachyons/css/tachyons.min.css" rel="stylesheet">
|
||||
|
Loading…
Reference in New Issue
Block a user