diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 71a2c467..b576fce0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -18,7 +18,7 @@ {{ partial "head_custom.html" . }} {{ end }} -{{ if or ( not .Site.IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }} +{{ if or ( not hugo.IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }} {{ partial "trustarc.html" . }} @@ -37,7 +37,7 @@ - {{ if or ( not .Site.IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }} + {{ if or ( not hugo.IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }} {{ partial "universal-tag.html" . }} {{ end }} diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 904b6c09..6ab31be3 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -59,7 +59,7 @@ - + diff --git a/theme.toml b/theme.toml index ea7f6013..64de9d37 100644 --- a/theme.toml +++ b/theme.toml @@ -7,7 +7,7 @@ licenselink = "https://github.com/nginxinc/nginx-hugo-theme/blob/main/LICENSE" description = "Hugo theme for F5 NGINX documentation" homepage = "https://docs.nginx.com/" -min_version = "0.74.3" +min_version = "0.128.0" [author] name = "F5, Inc."