diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 13:18:24 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 13:20:47 -0400 |
| commit | a51abed84e886dd32dc81933cc278bd14a0c6606 (patch) | |
| tree | dd27f27aae67fa8560313650ab3ef112b44ec44f /static/releases.html | |
| parent | 1d65cf5458d765bc25610e1f0b41fbf516fb295e (diff) | |
add og:image:width and og:image:height
These are considered a best practice by Facebook and result in the image
appearing properly when shared for the first time. It will also be quite
useful when there are multiple images suited to different sizes.
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index adfa5230..a076d76a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -10,6 +10,8 @@ <meta property="og:description" content="Official releases of GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://grapheneos.org/graphene.png"/> + <meta property="og:image:width" content="697"/> + <meta property="og:image:height" content="599"/> <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/releases"/> <meta property="og:site_name" content="GrapheneOS"/> |
