Change the comment to reflect the correct file name

Signed-off-by: Agung Pratama <agp.csui08@gmail.com>
This commit is contained in:
Agung Pratama 2019-03-25 09:40:29 +07:00
parent c8c495d003
commit d38b1d9e97
No known key found for this signature in database
GPG key ID: E94D07D4270AB468
2 changed files with 4 additions and 4 deletions

View file

@ -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.
-->

View file

@ -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.
-->