remove brand on list pages

This commit is contained in:
loikein 2023-04-29 05:18:01 +01:00
commit 63c95bf37f
4 changed files with 6 additions and 9 deletions
layouts/book

View file

@ -3,8 +3,6 @@
<div id="layout">
<article>
{{ partial "brand.html" . }}
{{ partial "content.header.html" . }}
{{ with .Content }}
@ -24,6 +22,7 @@
</section>
{{ partial "footer.html" . }}
{{ partial "nav.html" . }}
</article>
</div>