Move Google Analytics import into the <head> section
This commit is contained in:
parent
0091474a91
commit
de64f4bd8b
1 changed files with 4 additions and 4 deletions
|
@ -36,6 +36,10 @@
|
||||||
<link rel="icon" href="{{ FAVICON }}" type="image/x-icon">
|
<link rel="icon" href="{{ FAVICON }}" type="image/x-icon">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if GOOGLE_ANALYTICS %}
|
||||||
|
{% include "partial/ga.html" %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="HandheldFriendly" content="True" />
|
<meta name="HandheldFriendly" content="True" />
|
||||||
|
@ -169,10 +173,6 @@
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% if GOOGLE_ANALYTICS %}
|
|
||||||
{% include "partial/ga.html" %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if GUAGES %}
|
{% if GUAGES %}
|
||||||
{% include "partial/guages.html" %}
|
{% include "partial/guages.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue