From 6fee677db0ce348b61bca7393964e9569015a8e8 Mon Sep 17 00:00:00 2001 From: Maxim Dunaevskii Date: Mon, 6 Nov 2023 18:59:53 +0300 Subject: [PATCH] Update template --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c9e04f00..b2fa47bc 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -36,7 +36,7 @@ {{- end }} - {{- if not .IsServer }} + {{- if not hugo.IsServer }} {{- if hasPrefix .Site.Config.Services.GoogleAnalytics.ID "G-" }} {{ template "_internal/google_analytics.html" . }} {{- else }}