[object Object]

← back to Textiletuesday

Add privacy footer link (AdSense discoverability)

c56c743f8a1d6345e5e45d743a65580bc636fb2f · 2026-09-10 11:20:49 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit c56c743f8a1d6345e5e45d743a65580bc636fb2f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:20:49 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 88fd499..b8642e8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -484,7 +484,8 @@
       <a href="#subscribe">Subscribe</a>
     </nav>
     <small>&copy; 2026 Designer Wallcoverings &mdash; textiletuesday.com &mdash; All images &copy; 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

← d5efa97 Add AdSense-compliant privacy policy page + footer link + /p  ·  back to Textiletuesday  ·  Add clean /privacy route (AdSense URL consistency) 6d7003a →