← back to Glitterwalls
Standardize privacy policy to /privacy.html + footer link (AdSense)
b7a50ae4e6945eee6564573ed87badde300c203c · 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 b7a50ae4e6945eee6564573ed87badde300c203c
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 f4bdb36..b2d2605 100644
--- a/public/index.html
+++ b/public/index.html
@@ -654,7 +654,7 @@ html.hf-sample [data-f="sample"] { display:none !important }
<div class="footer-bottom">
<span>glitterwalls.com · Glitter Walls</span>
<span><a href="mailto:info@glitterwalls.com" style="color:var(--paper);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">info@glitterwalls.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>
<div style="max-width:1400px;margin:16px auto 0;padding-top:16px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:12px 24px;font-size:10px;letter-spacing:0.18em;text-transform:uppercase;color:var(--muted);align-items:center;">
← ea7f869 Add AdSense-compliant privacy policy page + footer link + /p
·
back to Glitterwalls
·
Add clean /privacy route (AdSense URL consistency) b31a5b3 →