diff --git a/app/views/layouts/public.html.erb b/app/views/layouts/public.html.erb index 9691cc80e..d8e22e2be 100644 --- a/app/views/layouts/public.html.erb +++ b/app/views/layouts/public.html.erb @@ -13,7 +13,22 @@ diff --git a/app/views/public/collections/show.html.erb b/app/views/public/collections/show.html.erb index ea9133130..3f6e98332 100644 --- a/app/views/public/collections/show.html.erb +++ b/app/views/public/collections/show.html.erb @@ -20,22 +20,3 @@ <%= render "public/collections/show/closed", collection: @collection, page: @closed %> - -<% content_for :footer do %> -
- - - - - - - - - - - - - - Made with Fizzy™ -
-<% end %>