mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:20:41 +08:00
4 lines
220 B
Plaintext
4 lines
220 B
Plaintext
<% content_for :head do %>
|
|
<%= raw crawlable_meta_data(title: I18n.t('badges.badge_title_metadata', display_name: @badge.display_name, site_title: SiteSetting.title), description: @badge.long_description) %>
|
|
<% end %>
|