From 2fd531cfdfb021d8e9b3b22f00c4adf84e1df73c Mon Sep 17 00:00:00 2001 From: Christoph Voigt Date: Thu, 15 Jun 2023 14:30:27 +0200 Subject: [PATCH] fix regression in fathom analytics --- layouts/partials/analytics/fathom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/analytics/fathom.html b/layouts/partials/analytics/fathom.html index f1e2639f6..3b7ac10f3 100644 --- a/layouts/partials/analytics/fathom.html +++ b/layouts/partials/analytics/fathom.html @@ -1,5 +1,5 @@ {{ if isset site.Params.fathomAnalytics "domain" }} - + {{ else }} - + {{ end }} \ No newline at end of file