commit cf1667516ddeca6a4a09844aa50f9f2f336ec627 parent 3c5b40cda2adfcdbd6d38533b3bf321963e37549 Author: Alex Balgavy <alex@balgavy.eu> Date: Sun, 24 Mar 2024 22:04:53 +0100 Change base template Diffstat:
M | templates/base.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/base.html b/templates/base.html @@ -59,7 +59,7 @@ <noscript> <p> In GUI browsers, I have this page themed dynamically, so when it's dark outside, you'll get a dark theme. - You need JS enabled if you want the dynamic theme; I have no reason to track you, I don't run analytics of any kind. + You need JS enabled if you want the dynamic theme; I don't run any JS-based analytics or tracking. </p> </noscript> </header>