mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-20 07:17:11 +02:00
Add Google Analytics 4
This commit is contained in:
parent
255567979a
commit
14544ceabb
|
@ -25,6 +25,15 @@
|
||||||
<script src="https://kit.fontawesome.com/75d5a1ca9a.js" crossorigin="anonymous"></script>
|
<script src="https://kit.fontawesome.com/75d5a1ca9a.js" crossorigin="anonymous"></script>
|
||||||
<!-- 24-Dec-21 Enabled Web Analytics from Page Settings -->
|
<!-- 24-Dec-21 Enabled Web Analytics from Page Settings -->
|
||||||
<!-- 02-Jan-22 Reguild to upate copyright year -->
|
<!-- 02-Jan-22 Reguild to upate copyright year -->
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NHKSPF45BP"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-NHKSPF45BP');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="">
|
<body class="">
|
||||||
|
|
Loading…
Reference in a new issue