Gab's Notes backend
https://gabnotes.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
409 B
10 lines
409 B
{% load static %} |
|
|
|
{% if not user.is_authenticated and goatcounter_domain is not None %} |
|
<script async defer src="{% static "vendor/goatcounter.js" %}" |
|
data-goatcounter="https://{{ goatcounter_domain }}/count"></script> |
|
<noscript> |
|
<img src="https://{{ goatcounter_domain }}/count?p={{ request.get_full_path }}" |
|
alt="GoatCounter tracking pixel"> |
|
</noscript> |
|
{% endif %}
|
|
|