add umami snippet

Amolith created

Change summary

themes/secluded/layouts/partials/head.html | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

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

@@ -41,4 +41,7 @@
     <link rel="stylesheet" href="{{ $style.RelPermalink }}?{{ now.Unix }}">
 
     {{ 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>
 </head>