diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk
index 66e43dc..08cd204 100644
--- a/_includes/layouts/base.njk
+++ b/_includes/layouts/base.njk
@@ -1,6 +1,7 @@
+
@@ -90,7 +91,6 @@
to bypass Eleventy 3.x parallel rendering race condition (#3183).
Template outputs __OG_IMAGE_PLACEHOLDER__ and __TWITTER_CARD_PLACEHOLDER__
which the transform replaces using the correct slug derived from outputPath. #}
-
{% if title %}{{ title }} - {% endif %}{{ site.name }}
@@ -184,7 +184,7 @@
/* Hide tab button rows - content shows stacked instead */
[x-data] > .flex.border-b { display: none !important; }
/* Hide loading spinners and JS-only buttons */
- [x-show*="loading"], button[\\@click*="fetch"], button[\\@click*="loadMore"] { display: none !important; }
+ [x-show*="loading"] { display: none !important; }
/* Content is always visible — no skeleton loader */
diff --git a/tailwind.config.js b/tailwind.config.js
index 14756ac..db69be6 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -6,7 +6,6 @@ export default {
"./*.njk",
"./content/**/*.md",
"./docs/**/*.md",
- "./.interface-design/**/*.md",
"./_includes/**/*.njk",
"./_includes/**/*.md",
"./js/**/*.js",