Skip to content

Commit

Permalink
docs: add tracking code for sample_deployment base.html (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Jun 25, 2024
1 parent 10061fb commit 4f1735d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,12 @@
</div>
{{ block.super }}
<script src="{% static "theme.js" %}"></script>
{% if "localhost" not in request.get_host %}
<noscript>
<img alt="s"
src="https://s.depode.com/ingress/739a9ce3-0cd5-42be-89c0-6b9d0d16e305/pixel.gif">
</noscript>
<script defer
src="https://s.depode.com/ingress/739a9ce3-0cd5-42be-89c0-6b9d0d16e305/script.js"></script>
{% endif %}
{% endblock body %}

0 comments on commit 4f1735d

Please sign in to comment.