From 463cd07597e96b8cd1ca5f0fce3bbcfe70c81725 Mon Sep 17 00:00:00 2001 From: Raphael Noriode Date: Tue, 23 Jun 2020 18:03:28 +0100 Subject: [PATCH] modify meta tag according to the twitter doc to return large images (#8858) --- app/views/comments/index.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/comments/index.html.erb b/app/views/comments/index.html.erb index b4747b310..4dc8539b8 100644 --- a/app/views/comments/index.html.erb +++ b/app/views/comments/index.html.erb @@ -12,6 +12,7 @@ " /> + "> @@ -23,7 +24,7 @@ - + <% else %> " /> " /> @@ -31,7 +32,7 @@ <% if @commentable.class.name == "Article" && @commentable.published %> - + <% end %> <% end %> <% end %>