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">
|
||||
{% 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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue