diff --git a/.docfx/templates/bowire/layout/_master.tmpl b/.docfx/templates/bowire/layout/_master.tmpl
index eaf18eb..85727cf 100644
--- a/.docfx/templates/bowire/layout/_master.tmpl
+++ b/.docfx/templates/bowire/layout/_master.tmpl
@@ -39,11 +39,6 @@
var el = document.documentElement;
el.setAttribute('data-bs-theme', resolved);
el.setAttribute('data-theme', mode);
- // Reading mode (#119) — same key the marketing site uses
- // so the choice persists across site ↔ docs ↔ api-docs.
- if (localStorage.getItem('bowire_reading_mode') === '1') {
- el.setAttribute('data-reading-mode', '1');
- }
})();
@@ -316,9 +311,6 @@
localStorage('theme') key the marketing site uses so the
choice carries across site ↔ docs. Icon is injected by
the inline script below. ----------------------------}}
-
@@ -1248,32 +1240,6 @@
-
-