From a0809c23118b02440de7b13b87c2ff11e60d8f46 Mon Sep 17 00:00:00 2001 From: James Westby Date: Mon, 20 Sep 2021 12:17:40 +0100 Subject: [PATCH] Fix the plusible snippet When I added the Plausible snippet in e8a62ef1d786c856566defe70927f8704c9d9611 I copy and pasted the wrong tracking code, and used the one for Clearbit instead of Plusible. This corrects that error and uses the tracking code for Plausible. Signed-off-by: James Westby --- layouts/partials/head.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 60e3aa64bd4..e9b2097107f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,15 +18,7 @@ {{- template "_internal/twitter_cards.html" . -}} {{ if eq (getenv "HUGO_ENV") "production" }} {{ template "_internal/google_analytics_async.html" . }} - + {{ end }} {{ partialCached "head-css.html" . "asdf" }}