Add support for Matomo (formerly Piwik) (#508)

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
This commit is contained in:
Alphonse Mariya
2021-01-22 17:39:34 +01:00
committed by GitHub
parent edea1118eb
commit 1d4b612a44
5 changed files with 57 additions and 16 deletions

View File

@@ -145,6 +145,10 @@
{{ if and .Site.Params.cloudflare .Site.Params.cloudflare.token }}
{{- partial "analytics/cloudflare" . -}}
{{ end }}
{{ if and .Site.Params.matomo .Site.Params.matomo.serverURL }}
{{- partial "analytics/matomo" . -}}
{{ end }}
</body>
</html>