Skip to content

Commit 7cbcd72

Browse files
committed
Add site_description to meta description tag for real
1 parent ca26d6d commit 7cbcd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title><%= content_for?(:title) ? yield(:title) + ' - ' + SiteSetting.title : SiteSetting.title %></title>
66
<meta content="width=device-width, initial-scale=1.0" name="viewport">
7-
<meta content="<%= @description %>" name="description">
7+
<meta content="<%= SiteSetting.site_description %>" name="description">
88
<meta content="" name="author">
99

1010
<%= canonical_link_tag %>

0 commit comments

Comments
 (0)