From b5b306951738bbbd098e5b01865d3e58b49eab11 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 18 Dec 2022 21:43:53 -0800 Subject: [PATCH] Add finteza.com analytics --- README.md | 3 +++ layouts/partials/paige-script.html | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 0317217e..279a6c53 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,9 @@ paige: account_id: "123456" fathom: # usefathom.com account_id: "123456" + finteza: # finteza.com + account_id: "123456" + script_url: "https://example.com/script.js" matomo: # matomo.org account_id: "123456" host_url: "https://example.com" diff --git a/layouts/partials/paige-script.html b/layouts/partials/paige-script.html index 40f289e9..1e99b09c 100644 --- a/layouts/partials/paige-script.html +++ b/layouts/partials/paige-script.html @@ -28,6 +28,13 @@ clicky_site_ids.push({{ .account_id }}); {{ end }} +{{ with .Site.Params.paige.analytics.finteza }} + + +{{ end }} {{ with .Site.Params.paige.analytics.matomo }}