diff options
author | Jack Humbert <jack.humb@gmail.com> | 2019-06-06 01:01:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 01:01:24 -0400 |
commit | 91b0c75045c38a9c770f7835b928b3b298a1ff8f (patch) | |
tree | ded47cc418a9da8281d3e99f39fa90c452fcd590 /docs/index.html | |
parent | 4f2f2271cda85c3939deb3f61bbd9430e38a20fc (diff) | |
download | qmk_firmware-91b0c75045c38a9c770f7835b928b3b298a1ff8f.tar.gz qmk_firmware-91b0c75045c38a9c770f7835b928b3b298a1ff8f.zip |
Add meta tags for docs
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index d6fdbdbcc..995d6b8f8 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -5,7 +5,11 @@ | |||
5 | <title>QMK Firmware</title> | 5 | <title>QMK Firmware</title> |
6 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
7 | <meta name="description" content="Description"> | 7 | <meta name="description" content="Description"> |
8 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | 8 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
9 | <meta property="og:title" content="QMK Firmware Docs"> | ||
10 | <meta property="og:description" content="The full documenation of the open-source firmware."> | ||
11 | <meta property="og:image" content="https://i.imgur.com/svjvIrw.jpg"> | ||
12 | <meta property="og:url" content="https://docs.qmk.fm"> | ||
9 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light"> | 13 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light"> |
10 | <link rel="stylesheet" href="qmk.css" title="dark" disabled> | 14 | <link rel="stylesheet" href="qmk.css" title="dark" disabled> |
11 | <link rel="stylesheet" href="sidebar.css" /> | 15 | <link rel="stylesheet" href="sidebar.css" /> |