mirror of
				https://github.com/imfing/hextra.git
				synced 2025-11-03 17:24:52 -05:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
		
			494 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			494 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{{- if hugo.IsProduction -}}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!-- Google Analytics -->
							 | 
						||
| 
								 | 
							
								{{- if .Site.Config.Services.GoogleAnalytics.ID }}
							 | 
						||
| 
								 | 
							
								  <link rel="preconnect" href="https://www.googletagmanager.com" crossorigin />
							 | 
						||
| 
								 | 
							
								  {{ partial "google-analytics.html" . -}}
							 | 
						||
| 
								 | 
							
								{{- end }}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!-- Umami -->
							 | 
						||
| 
								 | 
							
								{{- if .Site.Params.analytics.umami -}}
							 | 
						||
| 
								 | 
							
								  {{ partial "components/analytics/umami.html" . }}
							 | 
						||
| 
								 | 
							
								{{- end }}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!-- Matomo -->
							 | 
						||
| 
								 | 
							
								{{- if .Site.Params.analytics.matomo -}}
							 | 
						||
| 
								 | 
							
								  {{ partial "components/analytics/matomo.html" . }}
							 | 
						||
| 
								 | 
							
								{{- end }}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{{- end }}
							 |