Introduce a new configuration option, PLAUSIBLE_DOMAIN. If set, include the Plausible (https://plausible.io) analytics script for that domain. Fixes #317.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% if PLAUSIBLE_DOMAIN %}
 | 
						|
<script defer data-domain="{{ PLAUSIBLE_DOMAIN }}" src="https://plausible.io/js/plausible.js"></script>
 | 
						|
{% endif %}
 |