mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
FEATURE: add Open Graph tags on category pages
This commit is contained in:
parent
5a0dc12733
commit
10c40775e5
|
@ -49,6 +49,8 @@
|
|||
<% if @category %>
|
||||
<% content_for :head do %>
|
||||
<%= auto_discovery_link_tag(:rss, { action: :category_feed }, title: t('rss_topics_in_category', category: @category.name)) %>
|
||||
<%= crawlable_meta_data(title: @category.name,
|
||||
description: @category.description) %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user