1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-01 02:40:51 +02:00

Farewell, Google Analytics

This commit is contained in:
Felix
2020-06-29 11:46:18 -05:00
parent e5cbca23d6
commit 882e01f17c

View File

@@ -71,17 +71,6 @@
{ element: '#icon-32', href: { dark: './icons/light-favicon-32x32.png' } }
])
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116663597-6"></script>
<script>
window.dataLayer = window.dataLayer || []
// eslint-disable-next-line prefer-arrow/prefer-arrow-functions
const gtag = function () {
window.dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'UA-116663597-6')
</script>
</head>
<body>