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 13:39:34 -03:00
committed by GitHub
co-authored by Luiz F. A. de Prá
parent edea1118eb
commit 1d4b612a44
5 changed files with 57 additions and 16 deletions
+4
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>