Skip to content

Commit a60ef8d

Browse files
committed
Partials: disable automatic links for custom product pages
1 parent f2fb270 commit a60ef8d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/solutions/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ weight: 1
99

1010
This section provides information about managing subscription licenses for NGINX products. Learn about license requirements, how to handle common issues, and ensure compliance to keep systems running smoothly.
1111

12-
### Topics in this section:
12+
### Topics in this section:
13+
14+
- [About subscription licenses]({{< ref "solutions/about-subscription-licenses.md" >}})

layouts/partials/list-main.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h1 class="bd-title">
1818
</div>
1919
</div>
2020

21+
{{ if or (lt .WordCount 1) (eq $PageTitle "F5 NGINX One Console") }}
2122
<section>
2223
<div class="row">
2324
<div class="card-deck">
@@ -93,4 +94,5 @@ <h3 class="card-title" style="display: flex; align-items: center;">
9394
{{ end }}
9495
</div>
9596
</section>
97+
{{end}}
9698
</div>

0 commit comments

Comments
 (0)