summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2019-06-06 01:07:54 -0400
committerGitHub <noreply@github.com>2019-06-06 01:07:54 -0400
commit834a8d1da18688eefe3e9e01f75f3e936f156e10 (patch)
tree544c031471a2e61b4e899f98b810ec097067d805 /docs/index.html
parent91b0c75045c38a9c770f7835b928b3b298a1ff8f (diff)
add type:object to docs meta info (github uses it)
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 995d6b8f87..77a8085bfc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7,7 +7,8 @@
<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 property="og:title" content="QMK Firmware Docs">
- <meta property="og:description" content="The full documenation of the open-source firmware.">
+ <meta property="og:type" content="object">
+ <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">