← back to Hospitalitywallpaper
redact vendor on customer-facing rail card + add noreferrer to FB target=_blank
5be85769136b4d78c9066e2ac23cd98e0ca980b3 · 2026-05-25 21:13:00 -0700 · Steve
Files touched
Diff
commit 5be85769136b4d78c9066e2ac23cd98e0ca980b3
Author: Steve <steve@designerwallcoverings.com>
Date: Mon May 25 21:13:00 2026 -0700
redact vendor on customer-facing rail card + add noreferrer to FB target=_blank
---
public/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index 2c3f32c..441d44d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -416,7 +416,7 @@ textarea:focus-visible,
<div class="footer-col">
<h4>Social</h4>
- <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener">Facebook</a>
+ <a class="fb-link" href="https://www.facebook.com/SteveAbramsDesigns.DesignerWallcoverings" target="_blank" rel="noopener noreferrer">Facebook</a>
</div>
</div>
<div class="footer-bottom">
@@ -1183,7 +1183,7 @@ loadGridPage();
return '<a class="rail-card" href="/sample/' + encodeURIComponent(p.handle || p.sku) + '">' +
'<img src="' + url + '" alt="' + (p.title || '').replace(/"/g, '"') + '" loading="lazy">' +
'<div class="rc-title">' + ((p.title || '').split('|')[0] || '').trim() + '</div>' +
- '<div class="rc-meta">' + (p.vendor || '') + '</div>' +
+ '<div class="rc-meta">Designer Wallcoverings</div>' +
'</a>';
}
const r1 = document.getElementById('railNewest');
← 9e5968f add 404-guard for .bak/.pre-* paths + clean-URL routes for /
·
back to Hospitalitywallpaper
·
hospitalitywallpaper: commit config-rails fix — aspirational 722cc2c →