File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 18
18
</ nav >
19
19
</ div >
20
20
21
-
22
-
23
21
< section class ="content-layout " data-mf ="true " style ="display: none ">
24
22
< section class ="breadcrumb-layout ">
25
23
{{ if not .IsHome }}
32
30
< h1 > {{ .Title }}</ h1 >
33
31
{{ .Content }}
34
32
33
+ {{ if (lt .WordCount 1) }}
34
+ {{ range .Pages.ByWeight }}
35
+ < h2 >
36
+ < a href ="{{ if .Params.url}}{{ .Params.url}}{{else}}{{ .Permalink }}{{end}} "> {{ .Title }}</ a >
37
+ </ h2 >
38
+ {{ end }}
39
+ {{end}}
40
+
35
41
< hr >
36
42
{{ if .Page.Lastmod }}
37
43
< div class ="last-modified ">
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h1 class="bd-title">
11
11
{{ end }}
12
12
</ div >
13
13
</ div >
14
-
14
+ {{ if lt .WordCount 1 }}
15
15
< section class ="col-md-12 col-xl-12 py-md-3 pl-md-5 " id ="section-content-list ">
16
16
17
17
< div class ="row ">
@@ -29,6 +29,7 @@ <h3 class="card-title">
29
29
</ div >
30
30
</ div >
31
31
</ section >
32
+ {{ end }}
32
33
</ div >
33
34
34
35
Original file line number Diff line number Diff line change 5
5
(dict "title" "NGINX Ingress Controller" "url" "/nginx-ingress-controller" "type" "nginx-one")
6
6
(dict "title" "NGINX Gateway Fabric" "url" "/nginx-gateway-fabric" "type" "nginx-one")
7
7
(dict "title" "NGINX Open Source" "url" "https://nginx.org/en/docs/" "type" "nginx-one")
8
+ (dict "title" "Subscription Licensing & Solutions" "url" "/solutions/" "type" "nginx-one")
8
9
(dict "title" "NGINX Agent" "url" "/nginx-agent" "type" "nginx-one")
9
10
(dict "title" "NGINX App Protect WAF" "url" "/nginx-app-protect-waf" "type" "nginx-app-protect")
10
11
(dict "title" "NGINX App Protect DoS" "url" "/nginx-app-protect-dos" "type" "nginx-app-protect")
You can’t perform that action at this time.
0 commit comments