Skip to content

Commit 267fb49

Browse files
committed
List: Moved banner to inside page header
1 parent 6dc69b3 commit 267fb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/list-main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ <h1 class="bd-title">
1515
{{ .Content | markdownify }}
1616
</p>
1717
{{ end }}
18+
19+
{{ partial "banner" .}}
1820
</div>
1921
</div>
2022

21-
{{ partial "banner" .}}
22-
2323
{{ if or (lt .WordCount 1) (eq $PageTitle "F5 NGINX One Console") (eq $PageTitle "F5 NGINX App Protect DoS") (eq $PageTitle "F5 NGINX Plus") }}
2424
<section>
2525
<div class="row">

0 commit comments

Comments
 (0)