Move Google Analytics import into the <head> section (#138)
* Move Google Analytics import into the <head> section * Changes to move Google Tag Manager into <head> tag, while leaving the noscript section in the <body> tag.
This commit is contained in:
parent
0091474a91
commit
229ad20d36
3 changed files with 13 additions and 8 deletions
5
templates/partial/gtm_noscript.html
Normal file
5
templates/partial/gtm_noscript.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!-- Google Tag Manager -->
|
||||
<noscript>
|
||||
<iframe src="//www.googletagmanager.com/ns.html?id={{ GOOGLE_TAG_MANAGER }}" height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
||||
</noscript>
|
||||
<!-- End Google Tag Manager -->
|
Loading…
Add table
Add a link
Reference in a new issue