From b30fe0a1931deec542fea27166b6983a62032065 Mon Sep 17 00:00:00 2001 From: Shea Polansky Date: Thu, 7 Jan 2021 05:14:06 -0800 Subject: Only include Plausible if enabled (#281) --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 425707b..f15dfd2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,7 +3,7 @@ {{ block "head" . }} {{ partial "head/metadata.html" . }} - {{ partial "head/plausible.html" . }} + {{ if .Site.Params.plausible }}{{ partial "head/plausible.html" . }}{{ end }} {{ partial "head/openGraph.html" . }} {{ partial "head/favicons.html" . }} {{ partial "head/css.html" . }} -- cgit v1.2.3