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
|
||||
version: 1.4.7
|
||||
version: 1.4.8
|
||||
description: Design der Reitanlage Oranienburg
|
||||
icon: rebel
|
||||
author:
|
||||
|
@ -31,6 +31,9 @@ form:
|
|||
umami.url:
|
||||
type: text
|
||||
label: URL to load umami script from
|
||||
umami.url_external_tracking:
|
||||
type: text
|
||||
label: URL to load umami external tracking script from
|
||||
custom_logo:
|
||||
type: file
|
||||
label: Logo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reitanlage-oranienburg",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.8",
|
||||
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -95,6 +95,7 @@
|
|||
|
||||
{% if theme_var('umami.enabled') %}
|
||||
<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 %}
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue