Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/solutions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ weight: 1

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.

### Topics in this section:
### Topics in this section:

- [About subscription licenses]({{< ref "solutions/about-subscription-licenses.md" >}})
3 changes: 3 additions & 0 deletions layouts/partials/list-main.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{/* TODO: Delete this page, and use the one from nginx-hugo-them */}}
<div class="list-page">
{{ $PageTitle := .Title }}
<div class="col-md-12 col-xl-12 py-md-3" style="margin-left: -1.75em;">
Expand All @@ -18,6 +19,7 @@ <h1 class="bd-title">
</div>
</div>

{{ if or (lt .WordCount 1) (eq $PageTitle "F5 NGINX One Console") }}
<section>
<div class="row">
<div class="card-deck">
Expand Down Expand Up @@ -93,4 +95,5 @@ <h3 class="card-title" style="display: flex; align-items: center;">
{{ end }}
</div>
</section>
{{end}}
</div>
Loading