Add Simple Analytics for privacy-first tracking
This commit is contained in:
parent
4e50e1545c
commit
7b1e42d341
1 changed files with 4 additions and 0 deletions
|
|
@ -137,6 +137,10 @@
|
|||
|
||||
<script defer src="{% static 'js/tooltip.js' %}"></script>
|
||||
|
||||
<!-- 100% privacy-first, no tracking analytics -->
|
||||
<script data-collect-dnt="true" async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
|
||||
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif?collect-dnt=true" alt="" referrerpolicy="no-referrer-when-downgrade"/></noscript>
|
||||
|
||||
{% block javascript %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue