Skip to content

Commit 3ecdfd4

Browse files
committed
refactor: remove gtag
1 parent 4dd4db3 commit 3ecdfd4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/pug/_partials/head.pug

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,3 @@ link(href='css/examples.css', rel='stylesheet')
3535

3636
script(src='js/config.js')
3737
script(src='js/color-modes.js')
38-
39-
// Global site tag (gtag.js) - Google Analytics
40-
script(async='', src='https://www.googletagmanager.com/gtag/js?id=UA-118965717-3')
41-
script.
42-
window.dataLayer = window.dataLayer || [];
43-
function gtag(){dataLayer.push(arguments);}
44-
gtag('js', new Date());
45-
// Shared ID
46-
gtag('config', 'UA-118965717-3');
47-
// Bootstrap ID
48-
gtag('config', 'UA-118965717-5');

0 commit comments

Comments
 (0)