add header-extra and footer-extra for overriding

This commit is contained in:
Dmitry Kolosov 2021-01-11 21:39:27 +03:00
parent 2731e215f7
commit b89babe209
4 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
<!--for overriding-->

View File

@ -21,4 +21,6 @@
{{ partial "themeSwitcher.html" . }}
</div>
{{ partial "footer-extra.html" . }}
</footer>

View File

@ -0,0 +1 @@
<!--for overriding-->

View File

@ -11,3 +11,5 @@
{{ else }}
<nav></nav>
{{ end }}
{{ partial "header-extra.html" . }}