summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2019-06-06 01:01:24 -0400
committerGitHub <noreply@github.com>2019-06-06 01:01:24 -0400
commit91b0c75045c38a9c770f7835b928b3b298a1ff8f (patch)
treeded47cc418a9da8281d3e99f39fa90c452fcd590 /docs/index.html
parent4f2f2271cda85c3939deb3f61bbd9430e38a20fc (diff)
Add meta tags for docs
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index d6fdbdbcc1..995d6b8f87 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5,7 +5,11 @@
<title>QMK Firmware</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+ <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+ <meta property="og:title" content="QMK Firmware Docs">
+ <meta property="og:description" content="The full documenation of the open-source firmware.">
+ <meta property="og:image" content="https://i.imgur.com/svjvIrw.jpg">
+ <meta property="og:url" content="https://docs.qmk.fm">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light">
<link rel="stylesheet" href="qmk.css" title="dark" disabled>
<link rel="stylesheet" href="sidebar.css" />