We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76b25c commit 0a18b20Copy full SHA for 0a18b20
layouts/partials/list-main.html
@@ -1,4 +1,3 @@
1
-{{/* TODO: Delete this page, and use the one from nginx-hugo-them */}}
2
<div class="list-page">
3
{{ $PageTitle := .Title }}
4
<div class="col-md-12 col-xl-12 py-md-3" style="margin-left: -1.75em;">
@@ -16,6 +15,8 @@ <h1 class="bd-title">
16
15
{{ .Content | markdownify }}
17
</p>
18
{{ end }}
+
19
+ {{ partial "banner" .}}
20
</div>
21
22
0 commit comments