{{ if not .IsHome }}
@@ -32,6 +30,14 @@
{{ .Title }}
{{ .Content }}
+ {{ if (lt .WordCount 1) }}
+ {{ range .Pages.ByWeight }}
+
+ {{ end }}
+ {{end}}
+
{{ if .Page.Lastmod }}
diff --git a/layouts/partials/list-main.html b/layouts/partials/list-main.html
index 8ad3893..07d56dc 100644
--- a/layouts/partials/list-main.html
+++ b/layouts/partials/list-main.html
@@ -11,7 +11,7 @@
{{ end }}
-
+ {{ if lt .WordCount 1 }}
+ {{ end }}
diff --git a/layouts/partials/sidebar-v2.html b/layouts/partials/sidebar-v2.html
index c2483c7..5008508 100644
--- a/layouts/partials/sidebar-v2.html
+++ b/layouts/partials/sidebar-v2.html
@@ -5,6 +5,7 @@
(dict "title" "NGINX Ingress Controller" "url" "/nginx-ingress-controller" "type" "nginx-one")
(dict "title" "NGINX Gateway Fabric" "url" "/nginx-gateway-fabric" "type" "nginx-one")
(dict "title" "NGINX Open Source" "url" "https://nginx.org/en/docs/" "type" "nginx-one")
+ (dict "title" "Subscription Licensing & Solutions" "url" "/solutions/" "type" "nginx-one")
(dict "title" "NGINX Agent" "url" "/nginx-agent" "type" "nginx-one")
(dict "title" "NGINX App Protect WAF" "url" "/nginx-app-protect-waf" "type" "nginx-app-protect")
(dict "title" "NGINX App Protect DoS" "url" "/nginx-app-protect-dos" "type" "nginx-app-protect")