From dae2bb75241c572a88b665dfbe86eef0a4cfc4d6 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sat, 11 Jul 2026 14:54:17 +0200 Subject: [PATCH] Added matomo tracking --- src/layouts/Layout.astro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c049c624..3c5c1f6a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -69,6 +69,21 @@ const lang = getLangFromUrl(Astro.url) || defaultLang; )} + + +