feat: add extended header section
This commit is contained in:
parent
bc29541514
commit
2987758a76
4
layouts/partials/extended_header.html
Normal file
4
layouts/partials/extended_header.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--
|
||||
To add an extended header section, please create
|
||||
`layouts/partials/extended_header.html` in your Hugo directory.
|
||||
-->
|
@ -6,6 +6,8 @@
|
||||
<div class="menu-trigger">menu</div>
|
||||
</div>
|
||||
{{ if len $.Site.Menus }}
|
||||
{{ partial "menu.html" . }}
|
||||
{{ partial "menu.html" . }}
|
||||
{{ end }}
|
||||
</header>
|
||||
<!-- Extended header section-->
|
||||
{{ partial "extended_header.html" . }}
|
||||
</header>
|
Loading…
x
Reference in New Issue
Block a user