forked from mirrors/hugo-theme-terminal
partials/footer: render a placeholder custom_footer.html
This commit is contained in:
4
layouts/partials/custom_footer.html
Normal file
4
layouts/partials/custom_footer.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!--
|
||||
To add custom footer section, please create
|
||||
`layouts/partials/custom_footer.html` in your Hugo directory.
|
||||
-->
|
@ -13,3 +13,6 @@
|
||||
|
||||
<script src="{{ "assets/main.js" | absURL }}"></script>
|
||||
<script src="{{ "assets/prism.js" | absURL }}"></script>
|
||||
|
||||
<!-- Custom footer section-->
|
||||
{{ partial "custom_footer.html" . }}
|
||||
|
Reference in New Issue
Block a user