Add 'content-footer' block at end of main

pull/3/head
Kevin C. Coram 2019-11-23 14:32:40 -05:00
parent 24cf52e2e7
commit ec18ebfeec
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
<!-- The part of the page that begins to differ between templates -->
{{ end }}
</section>
<footer>
{{- block "content-footer" . -}}
{{- end -}}
</footer>
</main>
<footer>
{{- block "footer" . -}}