Skip to content

Commit b883354

Browse files
committed
refactor: remove Gtag
1 parent 627609f commit b883354

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/pug/_partials/head.pug

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,4 @@ link(rel='stylesheet' href='css/vendors/simplebar.css')
3232
link(href='css/style.css', rel='stylesheet')
3333

3434
// We use those styles to show code examples, you should remove them in your application.
35-
link(href='css/examples.css', rel='stylesheet')
36-
37-
// Global site tag (gtag.js) - Google Analytics
38-
script(async='', src='https://www.googletagmanager.com/gtag/js?id=UA-118965717-3')
39-
script.
40-
window.dataLayer = window.dataLayer || [];
41-
function gtag(){dataLayer.push(arguments);}
42-
gtag('js', new Date());
43-
// Shared ID
44-
gtag('config', 'UA-118965717-3');
45-
// Bootstrap ID
46-
gtag('config', 'UA-118965717-5');
35+
link(href='css/examples.css', rel='stylesheet')

0 commit comments

Comments
 (0)