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 | |
| 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.
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/contact.html | 2 | ||||
| -rw-r--r-- | static/donate.html | 2 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/install.html | 2 | ||||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/source.html | 2 | ||||
| -rw-r--r-- | static/usage.html | 2 |
8 files changed, 16 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"/> diff --git a/static/contact.html b/static/contact.html index 621a94be..9be64a22 100644 --- a/static/contact.html +++ b/static/contact.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 contact information"/> <meta property="og:description" content="Contact information for GrapheneOS."/> <meta property="og:type" content="website"/> diff --git a/static/donate.html b/static/donate.html index 33b86adc..33ad7e5c 100644 --- a/static/donate.html +++ b/static/donate.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 donations"/> <meta property="og:description" content="Donating to support development of GrapheneOS."/> <meta property="og:type" content="website"/> 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"/> diff --git a/static/install.html b/static/install.html index b682c6c3..fe53443e 100644 --- a/static/install.html +++ b/static/install.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 install documentation"/> <meta property="og:description" content="Installation instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <meta property="og:type" content="website"/> diff --git a/static/releases.html b/static/releases.html index 6437d26d..6d7efe8a 100644 --- a/static/releases.html +++ b/static/releases.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 releases"/> <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"/> diff --git a/static/source.html b/static/source.html index 2f7f2baf..db3bc556 100644 --- a/static/source.html +++ b/static/source.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 source"/> <meta property="og:description" content="Source code and issue trackers for GrapheneOS."/> <meta property="og:type" content="website"/> diff --git a/static/usage.html b/static/usage.html index 8421abdc..ce0e8a78 100644 --- a/static/usage.html +++ b/static/usage.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 usage documentation"/> <meta property="og:description" content="Usage instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/> <meta property="og:type" content="website"/> |
