From a52baf4b286d9088512456c3720d3651c70fb070 Mon Sep 17 00:00:00 2001 From: Saurabh Patel Date: Thu, 10 Jan 2019 07:03:13 +0530 Subject: [PATCH] FEAT: use category logo image as meta image (#6865) --- app/views/list/list.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/list/list.erb b/app/views/list/list.erb index 99abddc4945..143f9ef4ca4 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -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 %>