diff options
| -rw-r--r-- | templates/layout.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.ejs b/templates/layout.ejs index 72912d8..cbd81a9 100644 --- a/templates/layout.ejs +++ b/templates/layout.ejs @@ -34,13 +34,13 @@ <meta name="twitter:image" content="https://i.pinimg.com/originals/de/3a/63/de3a63c2afc0d9ccf7499607452d52a5.jpg" /> <!-- Global site tag (gtag.js) - Google Analytics --> - <script async src="https://www.googletagmanager.com/gtag/js?id=G-RXMDR4NYYP"></script> + <script async src="https://www.googletagmanager.com/gtag/js?id=G-BKXPHFJVDZ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', 'G-RXMDR4NYYP'); + gtag('config', 'G-BKXPHFJVDZ'); </script> </head> |