discourse-docs/app/views/docs/docs/get_topic.html.erb

6 lines
189 B
Plaintext

<% content_for :head do %>
<%= raw crawlable_meta_data(title: @topic["title"], description: @excerpt, ignore_canonical: true) if @topic %>
<% end %>
<% content_for(:title) { @title } %>