Skip to content

Commit 0a18b20

Browse files
authored
Apply suggestions from code review
1 parent f76b25c commit 0a18b20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/partials/list-main.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{/* TODO: Delete this page, and use the one from nginx-hugo-them */}}
21
<div class="list-page">
32
{{ $PageTitle := .Title }}
43
<div class="col-md-12 col-xl-12 py-md-3" style="margin-left: -1.75em;">
@@ -16,6 +15,8 @@ <h1 class="bd-title">
1615
{{ .Content | markdownify }}
1716
</p>
1817
{{ end }}
18+
19+
{{ partial "banner" .}}
1920
</div>
2021
</div>
2122

0 commit comments

Comments
 (0)