From f87466090e70b819370ef57aa4fd5cd1acefb95a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 23 Jul 2020 18:41:49 +0100 Subject: [PATCH] Only load plausible on production Woops! --- layouts/_default/baseof.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1a8d371..43359f8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -37,6 +37,8 @@ {{ partial "script_async.html" "js/app.js" }} - + {{ if not .Site.IsServer }} + + {{ end }}