From 6356c5535bc5d277ddb828e3afd1159934cee19e Mon Sep 17 00:00:00 2001 From: m17hr1l Date: Mon, 25 May 2026 20:09:54 +0200 Subject: [PATCH] stage-32: add Umami analytics tracking script in base.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inserted the analytics.neuronetz.ai tracking script tag in the 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 --- src/psyc/cockpit/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/psyc/cockpit/templates/base.html b/src/psyc/cockpit/templates/base.html index 60ebb41..7417974 100644 --- a/src/psyc/cockpit/templates/base.html +++ b/src/psyc/cockpit/templates/base.html @@ -16,6 +16,8 @@ + +