From 817b97d2cc06f9dd064f0e21c4cc678ffa8b8d29 Mon Sep 17 00:00:00 2001 From: "Dr. Denis" Date: Mon, 11 Dec 2023 19:25:34 +0100 Subject: [PATCH] Reactive Plausible again (#203) --- conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf.py b/conf.py index b1064f027d9..acb8630f94e 100644 --- a/conf.py +++ b/conf.py @@ -121,6 +121,10 @@ "logo_only": True, } +html_js_files = [ + ('https://plausible.io/js/script.js', {"data-domain": "control.ros.org", "defer": "defer"}), +] + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".