diff --git a/app/views/collections/show.html.erb b/app/views/collections/show.html.erb index 4a03d7b2c..0cff21b62 100644 --- a/app/views/collections/show.html.erb +++ b/app/views/collections/show.html.erb @@ -3,12 +3,6 @@ <%= turbo_stream_from @collection %> -<% content_for :head do %> - <%= tag.meta property: "og:title", content: @page_title %> - <%= tag.meta property: "og:description", content: Account.sole.name %> - <%= tag.meta property: "og:url", content: collection_url(@collection) %> -<% end %> - <% content_for :header do %> <%= render "filters/menu" %>