Add empty partials for custom html in head and footer
As per https://gohugo.io/templates/partials/ "Theme developers may want to include a few partials with empty HTML files in the theme just so end users have an easy place to inject their customized content." Resolves #42
This commit is contained in:
parent
0cfbe987c4
commit
2223163a4f
6 changed files with 35 additions and 0 deletions
7
exampleSite/layouts/partials/footer_custom.html
Normal file
7
exampleSite/layouts/partials/footer_custom.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<!--
|
||||
If you want to include any custom html just before </body>, put it in this file.
|
||||
Or you can delete these file if you don't need it.
|
||||
-->
|
||||
<!-- for example, you could include some js libraries:
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.19.1/vis.js" integrity="sha256-HdIuWBZj4eftihsoDCJoMYjZi6aNVaw7YlUpzKT3ZxI=" crossorigin="anonymous"></script>
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue