From 5be5a4f092c49718e267e76be80463b2d9d6a74c Mon Sep 17 00:00:00 2001 From: djanelle-mit Date: Thu, 10 Sep 2026 16:37:36 -0400 Subject: [PATCH] Attempt to cache bust with filename --- .../mitlib-parent/css/v2/pages/{home.css => home-v001.css} | 0 web/app/themes/mitlib-parent/css/v2/v2.css | 2 +- web/app/themes/mitlib-parent/style.css | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename web/app/themes/mitlib-parent/css/v2/pages/{home.css => home-v001.css} (100%) diff --git a/web/app/themes/mitlib-parent/css/v2/pages/home.css b/web/app/themes/mitlib-parent/css/v2/pages/home-v001.css similarity index 100% rename from web/app/themes/mitlib-parent/css/v2/pages/home.css rename to web/app/themes/mitlib-parent/css/v2/pages/home-v001.css diff --git a/web/app/themes/mitlib-parent/css/v2/v2.css b/web/app/themes/mitlib-parent/css/v2/v2.css index f65159b3..0272ed0c 100644 --- a/web/app/themes/mitlib-parent/css/v2/v2.css +++ b/web/app/themes/mitlib-parent/css/v2/v2.css @@ -26,4 +26,4 @@ @import url('partials/footer.css'); /* Page-level styles */ -@import url('pages/home.css'); \ No newline at end of file +@import url('pages/home-v001.css'); \ No newline at end of file diff --git a/web/app/themes/mitlib-parent/style.css b/web/app/themes/mitlib-parent/style.css index d165458a..ea097eab 100644 --- a/web/app/themes/mitlib-parent/style.css +++ b/web/app/themes/mitlib-parent/style.css @@ -1,7 +1,7 @@ /* Theme Name: MITlib Parent Author: MIT Libraries -Version: 0.16 +Version: 0.17 Description: The parent theme for the MIT Libraries' Pentagram-designed identity. */