From eb1b01687efe8cdb035d6b41b54e91c1bea721a4 Mon Sep 17 00:00:00 2001 From: Leopere Date: Tue, 10 Feb 2026 12:29:09 -0500 Subject: [PATCH] Update analytics to match colinknapp.com integration Sync Matomo and PostHog snippets with main site for consistency. Updated PostHog loader to latest version with expanded method stubs and defaults config. Co-authored-by: Cursor --- src/index.html | 13 +++++++++++-- src/tools.html | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 4963c6f..4f1369c 100644 --- a/src/index.html +++ b/src/index.html @@ -284,8 +284,10 @@ .modal-content .cta-button:disabled { opacity: 0.6; cursor: not-allowed; } @media (max-width: 480px) { .modal-content { padding: 1.5rem; } } + + + Skip to content diff --git a/src/tools.html b/src/tools.html index e2f32fa..6eb6870 100644 --- a/src/tools.html +++ b/src/tools.html @@ -86,8 +86,10 @@ @media (max-width: 600px) { body { padding: 10px; } h1 { font-size: 1.75em; } .main-nav ul { flex-direction: column; gap: 0.5rem; } .main-nav a { text-align: center; } .controls { flex-direction: column; } } @media (max-width: 480px) { .modal-content { padding: 1.5rem; } } + + + + Skip to content