diff options
author | William Chang <william@factual.com> | 2019-07-13 10:18:33 -0700 |
---|---|---|
committer | William Chang <william@factual.com> | 2019-07-13 10:18:33 -0700 |
commit | 71493b2f9bbd5f3d18373c518fa14ccafcbf48fc (patch) | |
tree | 3bb3e5e496621535611e087720aa5c4d7a533e5e /docs/index.html | |
parent | 86ad4988fe7ff64916127509d84f44c56fa097aa (diff) | |
parent | da1f05fbc19477c05c0c01bb07fabfaf1ece9d54 (diff) |
Merge branch 'master' of https://github.com/qmk/qmk_firmware
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index d6fdbdbcc1..8190450728 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,13 @@ <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:type" content="website"> + <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"> + <meta name="twitter:card" content="summary_large_image"> <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" /> |