diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f8b748b..d582611 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,10 +4,10 @@ {{ with .Site.Params.imprint }} {{ .label }} diff --git a/layouts/partials/plausible_js.html b/layouts/partials/plausible_js.html new file mode 100644 index 0000000..23da253 --- /dev/null +++ b/layouts/partials/plausible_js.html @@ -0,0 +1,9 @@ +function ClickOnInstagram() { + plausible('Instagram'); +} +function ClickOnMail() { + plausible('Mail'); +} +function ClickOnWhatsApp() { + plausible('WhatsApp'); +}