Change the comment to reflect the correct file name
Signed-off-by: Agung Pratama <agp.csui08@gmail.com>
This commit is contained in:
parent
c8c495d003
commit
d38b1d9e97
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!--
|
||||
If you want to include any custom html just before </body>, put it in /layouts/partials/footer_custom.html
|
||||
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/footer_custom.html doesn't exist.
|
||||
If you want to include any custom html just before </body>, put it in /layouts/partials/extended_footer.html
|
||||
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/extended_footer.html doesn't exist.
|
||||
-->
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!--
|
||||
If you want to include any custom html just before </head>, put it in /layouts/partials/head_custom.html
|
||||
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/head_custom.html doesn't exist.
|
||||
If you want to include any custom html just before </head>, put it in /layouts/partials/extended_head.html
|
||||
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/extended_head.html doesn't exist.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue