[object Object]

← back to Silkwallcoverings

FIX: dw-header was injected inside a doc-comment (never ran); re-inject before the real </body>

be568b782697e731e98c74700cc44923354471d0 · 2026-06-01 15:44:23 -0700 · Steve Abrams

Files touched

Diff

commit be568b782697e731e98c74700cc44923354471d0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 15:44:23 2026 -0700

    FIX: dw-header was injected inside a doc-comment (never ran); re-inject before the real </body>
---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 1cfba1b..92caa9c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -902,8 +902,6 @@ document.addEventListener('DOMContentLoaded', function(){ try { renderRailSectio
 <!-- ============================================================
      DW UNIVERSAL CONTACT MODULE — fashion-house UX
      Inject before   <script src="/hero-4grid.js" defer></script>
-<script>window.DwHeaderConfig={siteName:"Silk Wallcoverings",accent:"#9B7B4F",navLinks:[{name:'Home',url:'/'},{name:'Collections',url:'#shop'},{name:'About',url:'/about'},{name:'Care',url:'/care.html'},{name:'History',url:'/history.html'}],adminLinks:[{name:'Shopify admin',url:'https://admin.shopify.com',external:true},{name:'Edit hero',url:'#'},{name:'Analytics',url:'#'}]};</script>
-<script src="/dw-header.js" defer></script>
 </body> in every DW-family sister site.
      Self-contained: CSS + 4 modals + JS submission handlers.
      Uses host site's CSS vars (--bg, --fg, --gold, --rule).
@@ -1194,5 +1192,7 @@ document.addEventListener('DOMContentLoaded', function(){ try { renderRailSectio
         data-mode="retail"
         defer onerror="this.remove()"></script>
 
+<script>window.DwHeaderConfig={siteName:"Silk Wallcoverings",accent:"#9B7B4F",navLinks:[{name:'Home',url:'/'},{name:'Collections',url:'#shop'},{name:'About',url:'/about'},{name:'Care',url:'/care.html'},{name:'History',url:'/history.html'}],adminLinks:[{name:'Shopify admin',url:'https://admin.shopify.com',external:true},{name:'Edit hero',url:'#'},{name:'Analytics',url:'#'}]};</script>
+<script src="/dw-header.js" defer></script>
 </body>
 </html>

← 9bf197f header name → domain name 'Silk Wallcoverings' (remove odd b  ·  back to Silkwallcoverings  ·  dw-header: hide ANY pre-existing <header> (not just ns-heade 368fb30 →