Move Google Analytics import into the <head> section

This commit is contained in:
Eric Light 2017-09-20 20:53:34 +12:00
parent 0091474a91
commit de64f4bd8b

View file

@ -36,6 +36,10 @@
<link rel="icon" href="{{ FAVICON }}" type="image/x-icon">
{% endif %}
{% if GOOGLE_ANALYTICS %}
{% include "partial/ga.html" %}
{% endif %}
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
@ -169,10 +173,6 @@
</footer>
</main>
{% if GOOGLE_ANALYTICS %}
{% include "partial/ga.html" %}
{% endif %}
{% if GUAGES %}
{% include "partial/guages.html" %}
{% endif %}