summaryrefslogtreecommitdiff
path: root/static/donate.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/donate.html')
-rw-r--r--static/donate.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/donate.html b/static/donate.html
index 48b9cc1d..cde92b7e 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>Donate | GrapheneOS</title>
@@ -7,7 +7,9 @@
<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:type" content="website"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
+ <meta property="og:url" content="https://grapheneos.org/donate"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="stylesheet" href="/grapheneos.css?0"/>
<link rel="manifest" href="/manifest.webmanifest"/>