Add fathom analytics (#200)
Co-authored-by: Dillon <dillonzq@outlook.com>
This commit is contained in:
@@ -264,4 +264,8 @@
|
||||
{{- /* Google analytics async */ -}}
|
||||
{{- if eq hugo.Environment "production" | and .Site.GoogleAnalytics -}}
|
||||
{{- template "_internal/google_analytics_async.html" . -}}
|
||||
{{- end -}}
|
||||
|
||||
{{ if and .Site.Params.fathomAnalytics .Site.Params.fathomAnalytics.siteID }}
|
||||
{{- partial "plugin/analytics/fathom" . -}}
|
||||
{{ end }}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user