mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:32:46 +08:00
Add site_description to meta description tag for real
This commit is contained in:
parent
ca26d6d0d6
commit
7cbcd72ea4
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue
Block a user