Add 'content-footer' block at end of main
parent
24cf52e2e7
commit
ec18ebfeec
|
@ -35,6 +35,10 @@
|
||||||
<!-- The part of the page that begins to differ between templates -->
|
<!-- The part of the page that begins to differ between templates -->
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
|
<footer>
|
||||||
|
{{- block "content-footer" . -}}
|
||||||
|
{{- end -}}
|
||||||
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
{{- block "footer" . -}}
|
{{- block "footer" . -}}
|
||||||
|
|
Loading…
Reference in New Issue