template/rails/application.html.erb in edge_framework-1.2.1 vs template/rails/application.html.erb in edge_framework-1.2.2
- old
+ new
@@ -4,11 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<!-- WEBSITE DETAIL -->
<title><%%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
- <meta name="description" content="This is a description of your website">
- <meta name="keywords" content="search, key, word,">
+ <meta name="description" content="This is a description of your website, only first 160 characters matters">
<!-- FAVICON -->
<link rel="icon" type="image/png" href="<%%= image_path "favicon.png" %>">
<link rel="apple-touch-icon-precomposed" type="image/png" href="<%%= image_path "favicon-big.png" %>">
\ No newline at end of file