summaryrefslogtreecommitdiff
path: root/layouts/partials/umami.html
diff options
context:
space:
mode:
authorFrancesco Tomaselli <tomaselli.fr@gmail.com>2024-08-13 19:22:27 +0200
committerGitHub <noreply@github.com>2024-08-13 19:22:27 +0200
commit16d9ca1344b5945020cc28c20468ac3d92f12922 (patch)
tree4dc1c531093c24ea9a6561d30a03879ae87126e0 /layouts/partials/umami.html
parentfcbc8882f28293ab0e2048d432cab42778479244 (diff)
parent7459828ba7abe921084dc88f8162be46197f7e77 (diff)
Merge pull request #12 from jkfujr/main
Added a configurable option to open a new tab when clicking on the menu and support for Umami along with relevant configurable options.
Diffstat (limited to 'layouts/partials/umami.html')
-rw-r--r--layouts/partials/umami.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/umami.html b/layouts/partials/umami.html
new file mode 100644
index 0000000..1ef689b
--- /dev/null
+++ b/layouts/partials/umami.html
@@ -0,0 +1,6 @@
+<script
+ async
+ defer
+ data-website-id="{{ .Site.Params.umami.websiteId }}"
+ src="{{ .Site.Params.umami.jsLocation }}"
+></script>