Skip to content

Commit 30ac131

Browse files
committed
UPDATE: Master layout
1 parent bf60f5b commit 30ac131

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/views/layouts/master.pug

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,11 @@ html(lang='en')
6868

6969
//- block scripts
7070
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

Comments
 (0)