add header-extra and footer-extra for overriding
This commit is contained in:
parent
2731e215f7
commit
b89babe209
4 changed files with 6 additions and 0 deletions
1
layouts/partials/footer-extra.html
Normal file
1
layouts/partials/footer-extra.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!--for overriding-->
|
|
@ -21,4 +21,6 @@
|
|||
|
||||
{{ partial "themeSwitcher.html" . }}
|
||||
</div>
|
||||
|
||||
{{ partial "footer-extra.html" . }}
|
||||
</footer>
|
||||
|
|
1
layouts/partials/header-extra.html
Normal file
1
layouts/partials/header-extra.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!--for overriding-->
|
|
@ -11,3 +11,5 @@
|
|||
{{ else }}
|
||||
<nav></nav>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "header-extra.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue