From c82a99f16a92f67233cdaee298729633c6cd8351 Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Sun, 17 Jul 2022 23:10:18 +0200 Subject: [PATCH] ADD plausible tracking option --- layouts/_default/baseof.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 499354a..10ad2ed 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -32,6 +32,11 @@ {{- $favIcon := .Site.Params.favIcon }} + {{ with .Site.Params.tracking }} + {{ with .plausible }} + + {{ end }} + {{ end }} {{ $template := resources.Get "scss/index.scss" }} {{ if $template }}