chore: use with

This commit is contained in:
Fernandez Ludovic
2025-09-03 02:54:39 +02:00
parent 9b73081788
commit 1d86e6fa0f
3 changed files with 2 additions and 9 deletions

View File

@@ -3,8 +3,6 @@ Matomo Analytics.
https://developer.matomo.org/guides/tracking-javascript-guide
*/ -}}
{{- with .Site.Params.analytics.matomo -}}
{{- if not .serverURL }}
{{- errorf "Missing Matomo 'serverURL' configuration. See https://imfing.github.io/hextra/versions/latest/docs/guide/configuration/#matomo-analytics" -}}
{{- end -}}
@@ -27,5 +25,3 @@ https://developer.matomo.org/guides/tracking-javascript-guide
})();
</script>
<!-- End Matomo Code -->
{{- end -}}