Skip to content

Commit 95ee00f

Browse files
committed
Mention number of documentation in meta description
1 parent 448cdc5 commit 95ee00f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

views/index.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<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.">
6+
<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.">
77
<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.">
8+
<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.">
99
<meta property="og:type" content="website">
1010
<meta property="og:url" content="http://devdocs.io">
1111
<meta property="og:image" content="http://maxcdn.devdocs.io/images/icon-128.png">

0 commit comments

Comments
 (0)