Skip to content

Commit f5cce21

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{/* TODO: Delete this page, and use the one from nginx-hugo-them */}}
12
<div class="list-page">
23
{{ $PageTitle := .Title }}
34
<div class="col-md-12 col-xl-12 py-md-3" style="margin-left: -1.75em;">
@@ -18,6 +19,7 @@ <h1 class="bd-title">
1819
</div>
1920
</div>
2021

22+
{{ if or (lt .WordCount 1) (eq $PageTitle "F5 NGINX One Console") }}
2123
<section>
2224
<div class="row">
2325
<div class="card-deck">
@@ -93,4 +95,5 @@ <h3 class="card-title" style="display: flex; align-items: center;">
9395
{{ end }}
9496
</div>
9597
</section>
98+
{{end}}
9699
</div>

0 commit comments

Comments
 (0)