feat: add extended header section

This commit is contained in:
Bianca Rosa 2020-07-16 21:18:21 -03:00
parent bc29541514
commit 2987758a76
No known key found for this signature in database
GPG Key ID: A5551D6B3C1EBA55
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,4 @@
<!--
To add an extended header section, please create
`layouts/partials/extended_header.html` in your Hugo directory.
-->

View File

@ -8,4 +8,6 @@
{{ if len $.Site.Menus }} {{ if len $.Site.Menus }}
{{ partial "menu.html" . }} {{ partial "menu.html" . }}
{{ end }} {{ end }}
<!-- Extended header section-->
{{ partial "extended_header.html" . }}
</header> </header>