diff options
Diffstat (limited to 'docs')
-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 77a8085bfc..8190450728 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,10 +7,11 @@ <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:type" content="object"> + <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" /> |