diff --git a/pug/partials/head.pug b/pug/partials/head.pug index 1ab18481d..02249dc2a 100644 --- a/pug/partials/head.pug +++ b/pug/partials/head.pug @@ -15,3 +15,14 @@ link(href='node_modules/simple-line-icons/css/simple-line-icons.css', rel='style // Main styles for this application link(href='css/style.css', rel='stylesheet') link(href='vendors/pace-progress/css/pace.min.css', rel='stylesheet') + +// Global site tag (gtag.js) - Google Analytics +script(async='', src='https://www.googletagmanager.com/gtag/js?id=UA-118965717-3') +script. + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + // Shared ID + gtag('config', 'UA-118965717-3'); + // Bootstrap ID + gtag('config', 'UA-118965717-5'); diff --git a/src/404.html b/src/404.html index 4733348d4..377e3da75 100644 --- a/src/404.html +++ b/src/404.html @@ -25,6 +25,20 @@ + + +