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 | firmware-834a8d1da18688eefe3e9e01f75f3e936f156e10.tar.gz firmware-834a8d1da18688eefe3e9e01f75f3e936f156e10.tar.bz2 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 @@    <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">  | 
