From b479b37a723f0e322a912c24b91578ea4ad5b06a Mon Sep 17 00:00:00 2001 From: Dmytro Trotsko Date: Thu, 15 Aug 2024 10:10:47 +0300 Subject: [PATCH] Fixed 'Deprecated Warning' --- themes/delphi/layouts/partials/head/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/delphi/layouts/partials/head/meta.html b/themes/delphi/layouts/partials/head/meta.html index 98f752da0..a6b6a946a 100644 --- a/themes/delphi/layouts/partials/head/meta.html +++ b/themes/delphi/layouts/partials/head/meta.html @@ -17,6 +17,6 @@ {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end }} -{{- if not .Site.IsServer -}} +{{- if not hugo.IsServer -}} {{ template "_internal/google_analytics.html" . }} {{- end -}}