← back to Wallpaperwednesday
Add privacy footer link (AdSense discoverability)
5d2effb640018000a6e50d1e64efd0df284f246b · 2026-09-10 11:20:51 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 5d2effb640018000a6e50d1e64efd0df284f246b
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:20:51 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 031991d..523a028 100644
--- a/public/index.html
+++ b/public/index.html
@@ -579,7 +579,8 @@
<a href="#subscribe">Subscribe</a>
</nav>
<small>© 2026 Designer Wallcoverings — wallpaperwednesday.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
← 3dbc29a Add AdSense-compliant privacy policy page + footer link + /p
·
back to Wallpaperwednesday
·
Add clean /privacy route (AdSense URL consistency) 3956dd0 →