Browse Source

add type:object to docs meta info (github uses it)

pull/6095/head
Jack Humbert 5 years ago
committed by GitHub
parent
commit
834a8d1da1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/index.html

+ 2
- 1
docs/index.html View File

@ -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">


Loading…
Cancel
Save