Selaa lähdekoodia

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

Jack Humbert 6 vuotta sitten
vanhempi
commit
834a8d1da1
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      docs/index.html

+ 2 - 1
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">