]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add meta tags for docs
authorJack Humbert <jack.humb@gmail.com>
Thu, 6 Jun 2019 05:01:24 +0000 (01:01 -0400)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2019 05:01:24 +0000 (01:01 -0400)
docs/index.html

index d6fdbdbcc14db331398e0410e9bda10c9fdebf09..995d6b8f87e1f4259f4c4ca919b78eaf01cc216b 100644 (file)
@@ -5,7 +5,11 @@
   <title>QMK Firmware</title>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
   <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 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: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">
   <link rel="stylesheet" href="qmk.css" title="dark" disabled>
   <link rel="stylesheet" href="sidebar.css" />