mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Add application-name meta tag
This commit is contained in:
parent
193db39f9b
commit
7e0d60a241
1 changed files with 2 additions and 0 deletions
|
@ -4,11 +4,13 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no">
|
||||
<meta name="description" content="DevDocs is a fast, offline API documentation browser with 100+ docs including HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, jQuery, and more.">
|
||||
<meta property="application-name" content="DevDocs">
|
||||
<meta property="og:title" content="DevDocs">
|
||||
<meta property="og:description" content="DevDocs is an API documentation browser that combines 100+ docs in a single UI with offline mode, instant search, keyboard shortcuts, and more.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="<%= canonical_origin %>">
|
||||
<meta property="og:image" content="<%= App.cdn_origin %>/images/icon-128.png">
|
||||
<meta name="apple-mobile-web-app-title" content="DevDocs">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
|
|
Loading…
Reference in a new issue