FEAT: use category logo image as meta image (#6865)
This commit is contained in:
parent
e9b2018bc8
commit
a52baf4b28
|
@ -90,7 +90,7 @@
|
|||
<% if @category %>
|
||||
<% content_for :head do %>
|
||||
<%= auto_discovery_link_tag(:rss, { action: :category_feed }, title: t('rss_topics_in_category', category: @category.name)) %>
|
||||
<%= raw crawlable_meta_data(title: @category.name, description: @category.description) %>
|
||||
<%= raw crawlable_meta_data(title: @category.name, description: @category.description, image: @category.uploaded_logo&.url.presence) %>
|
||||
<% end %>
|
||||
<% elsif @tag_id %>
|
||||
<% content_for :head do %>
|
||||
|
|
Loading…
Reference in New Issue