From 1ad0cc88b3df0f7c442d42643bcc679ccbef7741 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 17 Dec 2023 11:11:09 -0500 Subject: [PATCH] Add plausible analytics snippet --- layouts/_default/baseof.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ebad081..ab9d8da 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,7 +12,8 @@ {{ with resources.Get "sass/main.scss" | toCSS $opts | minify | fingerprint }} {{ end }} - + + {{- block "scripts" . }}{{- end }}