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/source.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/source.html')
| -rw-r--r-- | static/source.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/source.html b/static/source.html index dabf9202..82be7efd 100644 --- a/static/source.html +++ b/static/source.html @@ -10,6 +10,8 @@ <meta property="og:description" content="Source code and issue trackers for GrapheneOS."/> <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/source"/> <meta property="og:site_name" content="GrapheneOS"/> |
