← back to Customdigitalmurals
Keep one AdSense loader in inline page templates
8a2f80ec81036cba8b324f9eb2f9a5273526079c · 2026-09-10 00:54:53 -0700 · Steve Abrams
Files touched
Diff
commit 8a2f80ec81036cba8b324f9eb2f9a5273526079c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 00:54:53 2026 -0700
Keep one AdSense loader in inline page templates
---
server.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/server.js b/server.js
index 11f4753..93c8feb 100644
--- a/server.js
+++ b/server.js
@@ -494,7 +494,6 @@ body{background:var(--bg);color:var(--ink);font-family:'Space Grotesk',system-ui
function headerHtml(active) {
return `<header class="site-header">
- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
<a class="brand" href="/">Custom Digital Murals</a>
<nav>
<a href="/" ${active==='home'?'style="color:var(--ink)"':''}>Shop</a>
← b6746c5 TK-11341: add AdSense Auto-Ads loader + ads.txt (revert to r
·
back to Customdigitalmurals
·
Add AdSense-compliant privacy policy page + footer link + /p 6c46270 →