We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf60f5b commit 30ac131Copy full SHA for 30ac131
src/views/layouts/master.pug
@@ -68,3 +68,11 @@ html(lang='en')
68
69
//- block scripts
70
block scripts
71
+
72
+ // Global site tag (gtag.js) - Google Analytics
73
+ script(async='' src='https://www.googletagmanager.com/gtag/js?id=UA-56237358-2')
74
+ script.
75
+ window.dataLayer = window.dataLayer || [];
76
+ function gtag(){dataLayer.push(arguments);}
77
+ gtag('js', new Date());
78
+ gtag('config', 'UA-56237358-2');
0 commit comments