This commit is contained in:
		
							parent
							
								
									28b6678c30
								
							
						
					
					
						commit
						0061dbd55e
					
				
					 3 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
name: Reitanlage Oranienburg
 | 
					name: Reitanlage Oranienburg
 | 
				
			||||||
version: 1.4.7
 | 
					version: 1.4.8
 | 
				
			||||||
description: Design der Reitanlage Oranienburg
 | 
					description: Design der Reitanlage Oranienburg
 | 
				
			||||||
icon: rebel
 | 
					icon: rebel
 | 
				
			||||||
author:
 | 
					author:
 | 
				
			||||||
| 
						 | 
					@ -31,6 +31,9 @@ form:
 | 
				
			||||||
    umami.url:
 | 
					    umami.url:
 | 
				
			||||||
        type: text
 | 
					        type: text
 | 
				
			||||||
        label: URL to load umami script from
 | 
					        label: URL to load umami script from
 | 
				
			||||||
 | 
					    umami.url_external_tracking:
 | 
				
			||||||
 | 
					        type: text
 | 
				
			||||||
 | 
					        label: URL to load umami external tracking script from
 | 
				
			||||||
    custom_logo:
 | 
					    custom_logo:
 | 
				
			||||||
      type: file
 | 
					      type: file
 | 
				
			||||||
      label: Logo
 | 
					      label: Logo
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"name": "reitanlage-oranienburg",
 | 
						"name": "reitanlage-oranienburg",
 | 
				
			||||||
	"version": "1.4.6",
 | 
						"version": "1.4.8",
 | 
				
			||||||
	"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
 | 
						"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
 | 
				
			||||||
	"main": "index.js",
 | 
						"main": "index.js",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -95,6 +95,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if theme_var('umami.enabled') %}
 | 
					{% if theme_var('umami.enabled') %}
 | 
				
			||||||
    <script async defer data-website-id="{{ theme_var('umami.id') }}" src="{{ theme_var('umami.url') }}"></script>
 | 
					    <script async defer data-website-id="{{ theme_var('umami.id') }}" src="{{ theme_var('umami.url') }}"></script>
 | 
				
			||||||
 | 
					    <script async defer src="{{ theme_var('umami.url_external_tracking') }}"></script>
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue