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" . }}
|
{{ partial "themeSwitcher.html" . }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{ partial "footer-extra.html" . }}
|
||||||
</footer>
|
</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 }}
|
{{ else }}
|
||||||
<nav></nav>
|
<nav></nav>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ partial "header-extra.html" . }}
|
Loading…
Reference in New Issue
Block a user