fixed analytics

This commit is contained in:
Nuno Coração
2023-06-06 21:42:12 +01:00
parent 4ec5848594
commit c49443d765
6 changed files with 13 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
{{ with site.Params.fathomAnalytics.site }}
{{ partial "analytics/fathom.html" }}
{{ end }}
{{ with site.Config.Services.GoogleAnalytics.ID }}
{{ partial "analytics/ga.html" }}
{{ end }}