mirror of
https://github.com/imfing/hextra.git
synced 2025-09-14 04:16:52 -04:00
chore: use with
This commit is contained in:
@@ -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 -}}
|
||||
|
Reference in New Issue
Block a user