Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuhei Kitagawa <shuhei.kitagawa@c-fo.com>2018-10-13 08:29:46 +0300
committerShuhei Kitagawa <shuhei.kitagawa@c-fo.com>2018-10-13 08:29:46 +0300
commitc4a55792566db4f5073153bb7726a1acc9f651d6 (patch)
tree3cafcf610e95b10407f0ca0b7380442a5a88579e /layouts
parentbcf9a66b74ae65345a648a5e939a9b9892f90027 (diff)
Add partials/ to custom html path
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer_custom.html4
-rw-r--r--layouts/partials/head_custom.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/footer_custom.html b/layouts/partials/footer_custom.html
index 06fb2be..e123130 100644
--- a/layouts/partials/footer_custom.html
+++ b/layouts/partials/footer_custom.html
@@ -1,4 +1,4 @@
<!--
-If you want to include any custom html just before </body>, put it in /layouts/footer_custom.html
-Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/footer_custom.html doesn't exist.
+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.
-->
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
index a76e9a6..554494a 100644
--- a/layouts/partials/head_custom.html
+++ b/layouts/partials/head_custom.html
@@ -1,4 +1,4 @@
<!--
-If you want to include any custom html just before </head>, put it in /layouts/head_custom.html
-Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/head_custom.html doesn't exist.
+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.
-->