hugo-bearblog : add custom footer
This commit is contained in:
parent
4fdb98d0ce
commit
d734281a6a
@ -49,6 +49,11 @@
|
||||
</main>
|
||||
<footer>
|
||||
{{- 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>
|
||||
|
||||
{{- /* Bottom Javascript */}}
|
||||
|
3
layouts/partials/custom_footer.html
Normal file
3
layouts/partials/custom_footer.html
Normal 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 -->
|
Loading…
Reference in New Issue
Block a user