Files
kennethreitz acb56a9681 docs: replace dead Gauges tracker with self-hosted Umami analytics
Gauges shut down years ago, so the docs were collecting nothing. Point at
the self-hosted Umami instance (analytics.kennethreitz.org), website
abaa0013-d524-4583-b70e-6d0ff5b7360c registered for pytheory.org.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 00:43:52 -04:00

8 lines
282 B
HTML

{% extends "!layout.html" %}
{% block footer %}
{{ super() }}
<!-- Umami analytics (self-hosted, analytics.kennethreitz.org) -->
<script defer src="https://analytics.kennethreitz.org/script.js"
data-website-id="abaa0013-d524-4583-b70e-6d0ff5b7360c"></script>
{% endblock %}