Skip to content

Commit

Permalink
fix(index): update social meta tags (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwambach authored Mar 16, 2021
1 parent 055cc39 commit af29336
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Binary file added assets/images/share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<!-- OpenGraph -->
<meta property="og:title" content="ESA - Climate from space" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ESA - Climate from Space" />
<meta
property="og:image"
content="https://storage.googleapis.com/esa-cfs-storage/0.6.1/stories/a-passage-opens/assets/sst_large_18.jpg"
/>
<meta
property="og:url"
content="https://storage.googleapis.com/esa-cfs-versions/web/master/index.html"
content="http://cfs.climate.esa.int/assets/images/share.png"
/>
<meta property="og:url" content="https://cfs.climate.esa.int" />
<meta
property="og:description"
content="Climate from Space application for ESAs CCI+ program."
content="Climate from Space web application for data visualisation, storytelling and public engagement"
/>
<title>ESA - Climate from space</title>
<title>ESA - Climate from Space</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit af29336

Please sign in to comment.