From 48d30f1688d84150e3fa3195324c1412947541f3 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 21 Apr 2026 14:12:54 -0500 Subject: [PATCH] feat(web): add Plausible analytics snippet to the shared layout footer Self-hosted Plausible instance at a.w5isp.com. No cookies, no personal data; drops one small JS file per page view. --- lib/microwaveprop_web/components/layouts.ex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/microwaveprop_web/components/layouts.ex b/lib/microwaveprop_web/components/layouts.ex index 87e476d9..c732bcae 100644 --- a/lib/microwaveprop_web/components/layouts.ex +++ b/lib/microwaveprop_web/components/layouts.ex @@ -106,6 +106,13 @@ defmodule MicrowavepropWeb.Layouts do + + + + <.flash_group flash={@flash} /> """ end