mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-18 12:19:24 +00:00
Move tracking to the header.
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
var static_url = '{{ STATIC_URL }}';
|
var static_url = '{{ STATIC_URL }}';
|
||||||
var django = {'jQuery': $};
|
var django = {'jQuery': $};
|
||||||
</script>
|
</script>
|
||||||
|
{% include "ga.html" %}
|
||||||
{% block style %}
|
{% block style %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
@@ -76,5 +77,4 @@
|
|||||||
<script src="{% static "js/bootstrap.min.js" %}"></script>
|
<script src="{% static "js/bootstrap.min.js" %}"></script>
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% include "ga.html" %}
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user