FEAT: use category logo image as meta image (#6865)

This commit is contained in:
Saurabh Patel 2019-01-10 07:03:13 +05:30 committed by Guo Xiang Tan
parent e9b2018bc8
commit a52baf4b28

View File

@ -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 %>