File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,15 @@ <h2 class="text-3xl font-bold mb-6">Get In Touch</h2>
363
363
< p > © < span id ="currentYear "> </ span > Gaurav Meena. All rights reserved.</ p >
364
364
< p class ="text-sm "> Built with HTML, Tailwind CSS, and < i class ="fas fa-heart text-red-500 "> </ i > </ p >
365
365
</ footer >
366
-
366
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-JHNCW79FZT "> </ script >
367
+ < script >
368
+ window . dataLayer = window . dataLayer || [ ] ;
369
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
370
+ gtag ( 'js' , new Date ( ) ) ;
371
+ gtag ( 'config' , 'G-JHNCW79FZT' , {
372
+ 'cookie_domain' : 'none'
373
+ } ) ;
374
+ </ script >
367
375
< script >
368
376
// Mobile menu toggle
369
377
const mobileMenuButton = document . getElementById ( 'mobile-menu-button' ) ;
You can’t perform that action at this time.
0 commit comments