add header-extra and footer-extra for overriding
This commit is contained in:
parent
2731e215f7
commit
b89babe209
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…
Reference in New Issue
Block a user