← back to Ffepurchasing
Standardize privacy policy to /privacy.html + footer link (AdSense)
1e064d4908d01ee0379d3ca4b884f509c153e8e0 · 2026-09-10 11:04:42 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 1e064d4908d01ee0379d3ca4b884f509c153e8e0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:04:42 2026 -0700
Standardize privacy policy to /privacy.html + footer link (AdSense)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 0ca45d8..504d9f5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -588,7 +588,7 @@ textarea:focus-visible,
<div class="footer-bottom">
<span>ffepurchasing.com · Hospitality FF&E Trade Portal</span>
<span><a href="mailto:info@ffepurchasing.com" style="color:var(--paper);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">info@ffepurchasing.com</a></span>
- <span><a href="/privacy" style="color:inherit;text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">Privacy</a></span>
+ <span><a href="/privacy.html" style="color:inherit;text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">Privacy</a></span>
<span id="footerStat"></span>
</div>
</footer>
← 8e1cdd6 Add AdSense-compliant privacy policy page + footer link + /p
·
back to Ffepurchasing
·
Add /privacy clean route (site 301s .html to clean URLs) 3bf6daa →