[object Object]

← back to Dw Marketing Viewer

auto-save: 2026-06-23T13:21:53 (1 files) — site-deploy/_remote-edit.py

b198a298bb580a8b206b280c78764ddd37e0f315 · 2026-06-23 13:21:58 -0700 · Steve Abrams

Files touched

Diff

commit b198a298bb580a8b206b280c78764ddd37e0f315
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jun 23 13:21:58 2026 -0700

    auto-save: 2026-06-23T13:21:53 (1 files) — site-deploy/_remote-edit.py
---
 site-deploy/_remote-edit.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/site-deploy/_remote-edit.py b/site-deploy/_remote-edit.py
index 41eb34e..6079b78 100644
--- a/site-deploy/_remote-edit.py
+++ b/site-deploy/_remote-edit.py
@@ -38,11 +38,13 @@ swaps = [
      '<a class="cinema-logo" href="/" aria-label="%s home">%s</a>' % (BR, BR)),
     ('<div class="footer-brand">wallpapersback</div>',
      '<div class="footer-brand">%s</div>' % BR),
+    # sticky DW header brand (read by dw-header.js) — literal apostrophe; dw-header esc()s it
+    ('siteName:"Wallpapersback"', 'siteName:"Wallpaper\'s Back"'),
 ]
 for old, new in swaps:
     if old in s:
         s = s.replace(old, new, 1)
-        notes.append("text: " + old.split('class="')[1].split('"')[0])
+        notes.append("brand text swap")
 
 # ---- write index.html once, with a single backup ----
 if s != s0:

← e297a3d Fold header/footer wordmark cleanup into hero-rebrand deploy  ·  back to Dw Marketing Viewer  ·  B: center wordmark overlay on cinema hero (ivory+scrim), hid f27fe5c →