浏览代码

Mention number of documentation in meta description

Thibaut 11 年之前
父节点
当前提交
95ee00f299
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      views/index.erb

+ 2 - 2
views/index.erb

@@ -3,9 +3,9 @@
 <head>
   <meta charset="utf-8">
   <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: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:url" content="http://devdocs.io">
   <meta property="og:image" content="http://maxcdn.devdocs.io/images/icon-128.png">