From 1a9b7961407b5be57c643eacab9da0502c91918e Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 21 Apr 2026 17:30:47 -0500 Subject: [PATCH] Add Plausible analytics to base template --- templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/base.html b/templates/base.html index 503e3f7..630fa2d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,6 +25,12 @@ {% endif %} + + + {% if config.extra.zolanight.google_analytics_id %}