mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
<% content_for :title do %><%= @full_title %><% end %>
|
|
|
|
<% content_for :head do %>
|
|
<%= raw crawlable_meta_data(title: @title, description: @description_meta) %>
|
|
<% end %>
|