← back to Silverleafwallpaper
remove p.vendor render from rails — always 'Designer Wallcoverings'
86853b71e153c68a228ef121d392e6f097721a6f · 2026-05-25 21:35:01 -0700 · Steve
Files touched
Diff
commit 86853b71e153c68a228ef121d392e6f097721a6f
Author: Steve <steve@designerwallcoverings.com>
Date: Mon May 25 21:35:01 2026 -0700
remove p.vendor render from rails — always 'Designer Wallcoverings'
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 2cc6e4f..6c88ff7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1080,7 +1080,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');
← 54252a5 retag aesthetic from PG: 437 rows updated
·
back to Silverleafwallpaper
·
/api/facets: counts + total reflect q/aesthetic/vendor filte 6edbf1a →