File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
{{ partial "head_custom.html" . }}
19
19
{{ end }}
20
20
21
- {{ if or ( not .Site .IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }}
21
+ {{ if or ( not hugo .IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }}
22
22
23
23
{{ partial "trustarc.html" . }}
24
24
37
37
</ head >
38
38
39
39
< body >
40
- {{ if or ( not .Site. IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }}
40
+ {{ if or ( not hugo. IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }}
41
41
{{ partial "universal-tag.html" . }}
42
42
{{ end }}
43
43
Original file line number Diff line number Diff line change 59
59
<!-- build metadata -->
60
60
< meta property ="environment " type ="{{ hugo.Environment }} " />
61
61
< meta property ="buildtype " type ="{{ .Site.Params.buildtype }} " />
62
- < meta property ="isServer " type ="{{ .Site .IsServer }} " />
62
+ < meta property ="isServer " type ="{{ hugo .IsServer }} " />
63
63
64
64
<!-- Coveo metadata-->
65
65
< meta name ="product " content ="{{ .Site.Title }} ">
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ licenselink = "https://github.com/nginxinc/nginx-hugo-theme/blob/main/LICENSE"
7
7
description = " Hugo theme for F5 NGINX documentation"
8
8
homepage = " https://docs.nginx.com/"
9
9
10
- min_version = " 0.74.3 "
10
+ min_version = " 0.128.0 "
11
11
12
12
[author ]
13
13
name = " F5, Inc."
You can’t perform that action at this time.
0 commit comments