diff options
author | Jack Humbert <jack.humb@gmail.com> | 2019-06-06 01:07:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 01:07:54 -0400 |
commit | 834a8d1da18688eefe3e9e01f75f3e936f156e10 (patch) | |
tree | 544c031471a2e61b4e899f98b810ec097067d805 /docs/index.html | |
parent | 91b0c75045c38a9c770f7835b928b3b298a1ff8f (diff) | |
download | qmk_firmware-834a8d1da18688eefe3e9e01f75f3e936f156e10.tar.gz qmk_firmware-834a8d1da18688eefe3e9e01f75f3e936f156e10.zip |
add type:object to docs meta info (github uses it)
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 995d6b8f8..77a8085bf 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -7,7 +7,8 @@ | |||
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"> | 9 | <meta property="og:title" content="QMK Firmware Docs"> |
10 | <meta property="og:description" content="The full documenation of the open-source firmware."> | 10 | <meta property="og:type" content="object"> |
11 | <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:image" content="https://i.imgur.com/svjvIrw.jpg"> |
12 | <meta property="og:url" content="https://docs.qmk.fm"> | 13 | <meta property="og:url" content="https://docs.qmk.fm"> |
13 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light"> | 14 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light"> |