hugo-bearblog : add custom footer

This commit is contained in:
minoplhy 2024-03-10 14:33:56 +07:00
parent 4fdb98d0ce
commit d734281a6a
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF
2 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,11 @@
</main> </main>
<footer> <footer>
{{- partial "footer.html" . -}} {{- partial "footer.html" . -}}
<!-- A partial to be overwritten by the user.
Simply place a custom_footer.html into
your local /layouts/partials-directory -->
{{- partial "custom_footer.html" -}}
</footer> </footer>
{{- /* Bottom Javascript */}} {{- /* Bottom Javascript */}}

View File

@ -0,0 +1,3 @@
<!-- A partial to be overwritten by the user.
Simply place a custom_footer.html into
your local /layouts/partials-directory -->