diff options
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" /> |