Browse Source

Mention number of documentation in meta description

Thibaut 11 years ago
parent
commit
95ee00f299
1 changed files with 2 additions and 2 deletions
  1. 2 2
      views/index.erb

+ 2 - 2
views/index.erb

@@ -3,9 +3,9 @@
 <head>
 <head>
   <meta charset="utf-8">
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
   <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
-  <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.">
   <meta property="og:title" content="DevDocs">
   <meta property="og:title" content="DevDocs">
-  <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.">
   <meta property="og:type" content="website">
   <meta property="og:type" content="website">
   <meta property="og:url" content="http://devdocs.io">
   <meta property="og:url" content="http://devdocs.io">
   <meta property="og:image" content="http://maxcdn.devdocs.io/images/icon-128.png">
   <meta property="og:image" content="http://maxcdn.devdocs.io/images/icon-128.png">