Add site_description to meta description tag for real

This commit is contained in:
Neil Lalonde 2014-01-09 16:39:58 -05:00
parent ca26d6d0d6
commit 7cbcd72ea4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<title><%= content_for?(:title) ? yield(:title) + ' - ' + SiteSetting.title : SiteSetting.title %></title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="<%= @description %>" name="description">
<meta content="<%= SiteSetting.site_description %>" name="description">
<meta content="" name="author">
<%= canonical_link_tag %>