From e96bcba689d6511c1a8a1877e72f1ba61f85c7c6 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 6 May 2023 00:32:44 +0200 Subject: [PATCH] Verwijderen van ongebruikte code tbv Google Analytics --- themes/nluug/layouts/partials/head.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/themes/nluug/layouts/partials/head.html b/themes/nluug/layouts/partials/head.html index 27eac7e..0121024 100644 --- a/themes/nluug/layouts/partials/head.html +++ b/themes/nluug/layouts/partials/head.html @@ -7,18 +7,15 @@ {{ template "_internal/opengraph.html" . }} {{ template "_internal/schema.html" . }} - {{ template "_internal/google_analytics.html" . }} - - {{ $styles := resources.Get "scss/styles.scss" | toCSS (dict "outputStyle" "compressed") | minify }} {{ $styles_extra := resources.Get "scss/_extra.scss" | toCSS (dict "outputStyle" "compressed") | minify }} - + {{ if .IsHome -}} {{ end }} - +