diff options
| -rw-r--r-- | _content/html.tmpl | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/_content/html.tmpl b/_content/html.tmpl index 4ab5989..172e1f2 100644 --- a/_content/html.tmpl +++ b/_content/html.tmpl @@ -15,20 +15,14 @@ <link rel="stylesheet" href="{{.}}" /> {{- end}} - <!-- Global site tag (gtag.js) - Google Analytics --> - <script - async - src="https://www.googletagmanager.com/gtag/js?id=UA-2502278-10" - ></script> - <script> - window.dataLayer = window.dataLayer || [] - function gtag() { - dataLayer.push(arguments) - } - gtag("js", new Date()) - - gtag("config", "UA-2502278-10") - </script> + <!-- Google tag (gtag.js) --> + <script async src="https://www.googletagmanager.com/gtag/js?id=G-0RXEYS3MQ0"></script> + <script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + gtag('config', 'G-0RXEYS3MQ0'); + </script> </head> <body> <div class="topbar"> |
