From 4f839d0b1110b295d7ee939f82ee400c0cd2676c Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Mon, 5 Jan 2026 23:12:47 +1100 Subject: [PATCH] Adds matomo analytics to docs This uses the recommended way to extend the template that furo uses. --- docs/_templates/page.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/_templates/page.html diff --git a/docs/_templates/page.html b/docs/_templates/page.html new file mode 100644 index 000000000..8432b7106 --- /dev/null +++ b/docs/_templates/page.html @@ -0,0 +1,23 @@ +{% extends "!page.html" %} + +{% block extrahead %} +{{ super() }} + + + +{% endblock %}