mirror of
				https://github.com/imfing/hextra.git
				synced 2025-11-04 00:04:53 -05:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			374 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			374 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{{- with site.Config.Services.GoogleAnalytics.ID }}
							 | 
						||
| 
								 | 
							
								<!-- Global site tag (gtag.js) - Google Analytics -->
							 | 
						||
| 
								 | 
							
								<script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script>
							 | 
						||
| 
								 | 
							
								<script>
							 | 
						||
| 
								 | 
							
								  window.dataLayer = window.dataLayer || [];
							 | 
						||
| 
								 | 
							
								  function gtag() {
							 | 
						||
| 
								 | 
							
								    dataLayer.push(arguments);
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								  gtag("js", new Date());
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  gtag("config", "{{ . }}");
							 | 
						||
| 
								 | 
							
								</script>
							 | 
						||
| 
								 | 
							
								{{ end -}}
							 |