mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-13 06:02:44 +02:00
remove brand on list pages
This commit is contained in:
parent
0f09e896bb
commit
63c95bf37f
4 changed files with 6 additions and 9 deletions
layouts/book
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue