respect do-not-track headers

Amolith created

Change summary

themes/secluded/layouts/partials/head.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

themes/secluded/layouts/partials/head.html 🔗

@@ -44,5 +44,5 @@
     {{ partialCached "favicons.html" . }}
 
     <!-- Self-hosted analytics -->
-    <script async defer data-website-id="a790c0da-a30d-4224-909a-0ac50eaad3b6" src="https://umami.secluded.site/umami.js"></script>
+    <script async defer data-website-id="a790c0da-a30d-4224-909a-0ac50eaad3b6" data-do-not-track="true" src="https://umami.secluded.site/umami.js"></script>
 </head>