mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			350 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			350 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% if site.analytics.provider and page.analytics != false %}
 | |
| 
 | |
| {% case site.analytics.provider %}
 | |
| {% when "google" %}
 | |
|   {% include /analytics-providers/google.html %}
 | |
| {% when "google-universal" %}
 | |
|   {% include /analytics-providers/google-universal.html %}
 | |
| {% when "custom" %}
 | |
|   {% include /analytics-providers/custom.html %}
 | |
| {% endcase %}
 | |
| 
 | |
| {% endif %} |