From ffb3c9987c2f820b99e8ad0ad56db8ae0324671c Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 14 Jul 2026 16:52:03 +0200 Subject: Extend static-asset cache-busting to the public layout mtime_busted_path only ever covered the four admin-only static files. The public layout has the identical exposure -- ccc.css, glightbox's vendored CSS/JS, and public.js are all served straight from public/ with no pipeline fingerprinting either -- just never got the same treatment. --- app/views/layouts/application.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/views') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 57d12e6..d7681af 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -10,10 +10,10 @@ <%= page_title %> - - - - + + + + <%= auto_discovery_link_tag(:atom, '/rss/updates.xml', title: "ATOM") %> <%= auto_discovery_link_tag(:rss, '/rss/updates.rdf', title: "RSS") %> -- cgit v1.3