Don't load analytics when logged in or preview

This commit is contained in:
Jake Howard 2022-09-06 08:24:54 +01:00
parent 1474131771
commit b95506d711
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -51,7 +51,9 @@
{% block extra_js %}{% endblock %}
{% plausible %}
{% if not request.user.is_authenticated or not request.is_preview %}
{% plausible %}
{% endif %}
</body>
</html>