From c06ff39ffe9887ef52644ced622646ff2ace48e0 Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 3 Mar 2022 09:32:03 +0100 Subject: [PATCH] feat: Add Plausible partial --- layouts/partials/plausible.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 layouts/partials/plausible.html diff --git a/layouts/partials/plausible.html b/layouts/partials/plausible.html new file mode 100644 index 0000000..3d86f28 --- /dev/null +++ b/layouts/partials/plausible.html @@ -0,0 +1,4 @@ +{{ if or (eq hugo.Environment "production") (eq hugo.Environment "staging") }} + + +{{ end }}