mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:37:55 +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 %>
|