From 31a5b28511556a10e14e0e999028b8cbf7091880 Mon Sep 17 00:00:00 2001 From: smagdali Date: Fri, 1 Nov 2024 14:37:27 +0700 Subject: [PATCH] add Plausible analytics --- layouts/partials/html-head.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/partials/html-head.html b/layouts/partials/html-head.html index fdb08f0fa..e87edc04e 100644 --- a/layouts/partials/html-head.html +++ b/layouts/partials/html-head.html @@ -9,6 +9,10 @@ + + + + {{- template "_internal/opengraph.html" . -}} @@ -22,7 +26,7 @@ {{- $styles := resources.Get "book.scss" | resources.ExecuteAsTemplate "book.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint }} -{{- template "_internal/google_analytics_async.html" . -}} + {{- with .OutputFormats.Get "rss" -}}