Skip to content

Commit

Permalink
Add site_description to meta description tag for real
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Jan 9, 2014
1 parent ca26d6d commit 7cbcd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down

0 comments on commit 7cbcd72

Please sign in to comment.