From 3e118e9ad7b86f6de010aef705be6fb5f3e3ccaf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 Oct 2025 15:51:34 +0100 Subject: [PATCH] We are not using internal collection pages for unfurling or publicly readable consumption --- app/views/collections/show.html.erb | 6 ------ 1 file changed, 6 deletions(-) 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" %>