diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-02 01:48:18 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-02 02:17:34 -0400 |
| commit | 4504a0463531de2f5fccfa69583626952a4d7fcb (patch) | |
| tree | 1036a4c71d810026605d51ff415492be31851285 /static/build.html | |
| parent | 1b0a8721596f09f97e519a62181c09e83c47b33e (diff) | |
add twitter:site and twitter:creator metadata
This isn't currently displayed in the Twitter cards despite it being in
the official documentation for cards, but other crawlers are definitely
using this metadata.
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 2073054d..593ff1ad 100644 --- a/static/build.html +++ b/static/build.html @@ -7,6 +7,8 @@ <meta name="theme-color" content="#212121"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta name="twitter:site" content="@GrapheneOS"/> + <meta name="twitter:creator" content="@GrapheneOS"/> <meta property="og:title" content="GrapheneOS build documentation"/> <meta property="og:description" content="Building instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <meta property="og:type" content="website"/> |
