summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-07 11:30:20 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-07 11:30:20 -0400
commit1645225d33562ad7148af0762d40cc271cb89698 (patch)
tree451aa1b7216406c342427bba2ee94f5f95d6ac8f
parentba48b233e4ab3d5c328f97c7d109fcf1e5508b48 (diff)
add og:description metadata
Twitter doesn't fall back to using the regular description meta tag, and other sites may be similar.
-rw-r--r--static/build.html1
-rw-r--r--static/contact.html1
-rw-r--r--static/donate.html1
-rw-r--r--static/index.html1
-rw-r--r--static/install.html1
-rw-r--r--static/releases.html1
-rw-r--r--static/source.html1
-rw-r--r--static/usage.html1
8 files changed, 8 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html
index d51aa0e9..88819117 100644
--- a/static/build.html
+++ b/static/build.html
@@ -7,6 +7,7 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<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"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
diff --git a/static/contact.html b/static/contact.html
index 23617a28..c9ebfe87 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -7,6 +7,7 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:title" content="GrapheneOS contact information"/>
+ <meta property="og:description" content="Contact information for GrapheneOS."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
diff --git a/static/donate.html b/static/donate.html
index 0243dd7c..bd11b348 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -7,6 +7,7 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:title" content="GrapheneOS donations"/>
+ <meta property="og:description" content="Donating to support development of GrapheneOS."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
diff --git a/static/index.html b/static/index.html
index c4155faf..9417c605 100644
--- a/static/index.html
+++ b/static/index.html
@@ -7,6 +7,7 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<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"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
diff --git a/static/install.html b/static/install.html
index 32638251..4473a34b 100644
--- a/static/install.html
+++ b/static/install.html
@@ -7,6 +7,7 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<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"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
diff --git a/static/releases.html b/static/releases.html
index 32d956f7..551a9f80 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -7,6 +7,7 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<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"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
diff --git a/static/source.html b/static/source.html
index 6d805b38..02b18bf3 100644
--- a/static/source.html
+++ b/static/source.html
@@ -7,6 +7,7 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<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"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
diff --git a/static/usage.html b/static/usage.html
index 97004c69..1c300b6f 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -7,6 +7,7 @@
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<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"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>