We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fb270 commit 52f13e5Copy full SHA for 52f13e5
layouts/partials/list-main.html
@@ -18,6 +18,7 @@ <h1 class="bd-title">
18
</div>
19
20
21
+ {{ if or (lt .WordCount 1) (eq $PageTitle "F5 NGINX One Console") (eq $PageTitle "Subscription Licensing & Solutions") }}
22
<section>
23
<div class="row">
24
<div class="card-deck">
@@ -50,7 +51,7 @@ <h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
50
51
{{ if and (eq $PageTitle "F5 NGINX One Console") (eq .Title "Changelog") }}
52
{{ partial "changelog-date.html" . }}
53
{{ end }}
- </div>
54
+ </div>
55
56
57
@@ -93,4 +94,5 @@ <h3 class="card-title" style="display: flex; align-items: center;">
93
94
95
96
</section>
97
+ {{end}}
98
0 commit comments