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.
2 parents 11dd5af + ea13e6e commit 1192fe0Copy full SHA for 1192fe0
src/partials/head-scripts.hbs
@@ -3,18 +3,6 @@
3
<script>function gtag(){dataLayer.push(arguments)};window.dataLayer=window.dataLayer||[];gtag('js',new Date());gtag('config','{{this}}')</script>
4
{{/with}}
5
{{#with site.keys.enableTracking}}
6
- <script>
7
- function setCookie(name,value,days) {
8
- var expires = "";
9
- if (days) {
10
- var date = new Date();
11
- date.setTime(date.getTime() + (days*24*60*60*1000));
12
- expires = "; expires=" + date.toUTCString();
13
- }
14
- document.cookie = name + "=" + (value || "") + expires + "; path=/";
15
16
- setCookie('__hs_do_not_track', 'yes', 365*50)
17
- </script>
18
<script type="text/javascript"> var tCPrivacyTagManager = "gtm"; </script>
19
<script>
20
var consent = document.createElement("script");
0 commit comments