We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca26d6d commit 7cbcd72Copy full SHA for 7cbcd72
app/views/layouts/application.html.erb
@@ -4,7 +4,7 @@
4
<meta charset="utf-8">
5
<title><%= content_for?(:title) ? yield(:title) + ' - ' + SiteSetting.title : SiteSetting.title %></title>
6
<meta content="width=device-width, initial-scale=1.0" name="viewport">
7
- <meta content="<%= @description %>" name="description">
+ <meta content="<%= SiteSetting.site_description %>" name="description">
8
<meta content="" name="author">
9
10
<%= canonical_link_tag %>
0 commit comments