From f8f9321ca057d649dd6891d75da4f9564bc66f02 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Tue, 2 Sep 2025 12:16:16 -0500 Subject: [PATCH 1/3] feat(docs): track downloads via plausible --- Doc/tools/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 1cb0200822d9fe..d61b933a42bea5 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -28,7 +28,7 @@ {% block extrahead %} {% if builder == "html" %} {% if enable_analytics %} - + {% endif %} {% if pagename == 'whatsnew/changelog' and not embedded %} From df88de86c09eda12bd64bad220f25cdf6d4bed77 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Tue, 2 Sep 2025 12:22:11 -0500 Subject: [PATCH 2/3] chore: track bz2 as well as zip https://plausible.io/docs/file-downloads-tracking#which-file-types-are-tracked --- Doc/tools/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index d61b933a42bea5..b0b46f7376aea1 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -28,7 +28,7 @@ {% block extrahead %} {% if builder == "html" %} {% if enable_analytics %} - + {% endif %} {% if pagename == 'whatsnew/changelog' and not embedded %} From 5b063fc6b6d9aa9879658f7b50288ae7adff468c Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Tue, 2 Sep 2025 13:51:27 -0500 Subject: [PATCH 3/3] Update Doc/tools/templates/layout.html Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- Doc/tools/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index b0b46f7376aea1..54c6eb9b5ef7e4 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -28,7 +28,7 @@ {% block extrahead %} {% if builder == "html" %} {% if enable_analytics %} - + {% endif %} {% if pagename == 'whatsnew/changelog' and not embedded %}