mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
title for category pages
This commit is contained in:
@@ -14,4 +14,5 @@
|
||||
<% content_for :head do %>
|
||||
<%= auto_discovery_link_tag(@category, {action: :category_feed, format: :rss}, title: t('rss_topics_in_category', category: @category.name), type: 'application/rss+xml') %>
|
||||
<% end %>
|
||||
<% content_for :title do %><%=@category.name%> <%=t('topics')%><% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user