mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 21:12:45 +08:00
FEATURE: add OpenGraph data to /login page
This commit is contained in:
parent
954293655f
commit
553ffbfcb5
|
@ -3,3 +3,7 @@
|
|||
<%= PrettyText.cook(I18n.t("login_required.#{SiteSetting.invite_only? ? "welcome_message_invite_only" : "welcome_message"}", title: SiteSetting.title)).html_safe %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% content_for :head do %>
|
||||
<%= raw crawlable_meta_data(title: SiteSetting.title, description: SiteSetting.site_description) %>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue
Block a user