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/index.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/index.html')
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index 1d8b5f8e..94c451e5 100644 --- a/static/index.html +++ b/static/index.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"/> <meta property="og:description" content="GrapheneOS is a security and privacy focused mobile OS with Android app compatibility."/> <meta property="og:type" content="website"/> |
