[object Object]

← back to Embroideredwallpaper

customer page: drop p.vendor from Ideas rail meta (use pattern_name) + add noreferrer to fb _blank link

60410aa5393e2b00135819c281f46e56cc0f9182 · 2026-05-25 21:03:35 -0700 · Steve

Files touched

Diff

commit 60410aa5393e2b00135819c281f46e56cc0f9182
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon May 25 21:03:35 2026 -0700

    customer page: drop p.vendor from Ideas rail meta (use pattern_name) + add noreferrer to fb _blank link
---
 public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 3d1d35d..7b5e853 100644
--- a/public/index.html
+++ b/public/index.html
@@ -415,7 +415,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">
@@ -1063,7 +1063,7 @@ loadGridPage();
       return '<a class="rail-card" href="/sample/' + encodeURIComponent(p.handle || p.sku) + '">' +
         '<img src="' + url + '" alt="' + (p.title || '').replace(/"/g, '&quot;') + '" loading="lazy">' +
         '<div class="rc-title">' + ((p.title || '').split('|')[0] || '').trim() + '</div>' +
-        '<div class="rc-meta">' + (p.vendor || '') + '</div>' +
+        '<div class="rc-meta">' + escAttr(p.pattern_name || '') + '</div>' +
       '</a>';
     }
     const r1 = document.getElementById('railNewest');

← b705004 pull-from-shopify: use shared classifier with rails primary,  ·  back to Embroideredwallpaper  ·  server: add catch-all 404 guard (JSON for /api/*, plain text fb521b9 →