stage-32: add Umami analytics tracking script in base.html
Inserted the analytics.neuronetz.ai tracking script tag in the <head> of base.html with the project's website-id. defer attribute means it never blocks page render. Cookieless / privacy-respecting (Umami). Applies to every page that extends base — the admin gate's standalone template intentionally skips it (no point tracking the login screen). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/static/cockpit.css">
|
||||
<link rel="stylesheet" href="/static/psyc-tokens.css">
|
||||
<!-- analytics — Umami, cookieless, defer'd so it never blocks render -->
|
||||
<script defer src="https://analytics.neuronetz.ai/script.js" data-website-id="34c354e5-780e-4c42-a5ce-49b13ff3f088"></script>
|
||||
<script>
|
||||
if ("serviceWorker" in navigator) {
|
||||
window.addEventListener("load", () => {
|
||||
|
||||
Reference in New Issue
Block a user