← back to Fabricfriday
Add privacy footer link (AdSense discoverability)
9fb015da7f4c1fd7f61efb602a531e84085c6159 · 2026-09-10 11:20:48 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 9fb015da7f4c1fd7f61efb602a531e84085c6159
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:20:48 2026 -0700
Add privacy footer link (AdSense discoverability)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
public/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index cc4295d..7c93d6b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -506,7 +506,8 @@
<a href="#subscribe">Subscribe</a>
</nav>
<small>© 2026 Designer Wallcoverings — fabricfriday.com — All images © respective vendors via DW catalog</small>
- </footer>
+ <div style="text-align:center;padding:8px 0;font-size:11px"><a href="/privacy.html" style="color:inherit;opacity:.7;text-decoration:none">Privacy Policy</a></div>
+</footer>
<script>
// ── Theme toggle ──────────────────────────────────
← c55680b Add AdSense-compliant privacy policy page + footer link + /p
·
back to Fabricfriday
·
Add clean /privacy route (AdSense URL consistency) 9e01399 →