mirror of
https://github.com/imfing/hextra.git
synced 2025-07-13 06:01:39 -04:00
add support for Umami analytics
This commit is contained in:
@ -36,6 +36,11 @@
|
||||
{{ partial "google-analytics.html" . }}
|
||||
{{- end }}
|
||||
|
||||
<!-- Umami -->
|
||||
{{- if and hugo.IsProduction .Site.Params.umami.serverURL .Site.Params.umami.id }}
|
||||
{{ partial "umami.html" . }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
<script>
|
||||
/* Initialize light/dark mode */
|
||||
|
Reference in New Issue
Block a user