From 37362efddaa08abde1aeb1479049e8bfff15d78f Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Wed, 18 Feb 2026 21:45:34 +0100 Subject: [PATCH] Ajout de Plausible Analytics sur toutes les pages (main + photo) --- src/layouts/PhotoLayout.astro | 6 ++++++ src/layouts/main.astro | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/layouts/PhotoLayout.astro b/src/layouts/PhotoLayout.astro index 0d7c418..ced8069 100644 --- a/src/layouts/PhotoLayout.astro +++ b/src/layouts/PhotoLayout.astro @@ -29,6 +29,12 @@ const { title = "Galerie Photo - Jalil Arfaoui", enableScroll = false, lang = 'f + + + diff --git a/src/layouts/main.astro b/src/layouts/main.astro index 30c3a89..3d67c6f 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -72,6 +72,12 @@ const { title, facet } = Astro.props; + + +