We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448cdc5 commit 95ee00fCopy full SHA for 95ee00f
1 file changed
views/index.erb
@@ -3,9 +3,9 @@
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
6
- <meta name="description" content="DevDocs combines multiple reference documentations in a fast, organized, and searchable interface: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, etc.">
+ <meta name="description" content="DevDocs combines <%= App.docs.size %> reference documentations in a fast, organized, and searchable interface: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, etc.">
7
<meta property="og:title" content="DevDocs">
8
- <meta property="og:description" content="DevDocs combines multiple reference documentations in a fast, organized, and searchable interface: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, etc.">
+ <meta property="og:description" content="DevDocs combines <%= App.docs.size %> reference documentations in a fast, organized, and searchable interface: HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, etc.">
9
<meta property="og:type" content="website">
10
<meta property="og:url" content="http://devdocs.io">
11
<meta property="og:image" content="http://maxcdn.devdocs.io/images/icon-128.png">
0 commit comments