From 99a1f4a947ca77bbf9754c35b068c35f16ed64ec Mon Sep 17 00:00:00 2001 From: Hideki Ikemoto Date: Fri, 2 Nov 2018 15:48:55 +0900 Subject: [PATCH] Fix note for reserved partial name(starting with -> including). See. https://github.com/gohugoio/hugo/issues/5373 --- content/en/templates/partials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/partials.md b/content/en/templates/partials.md index df5aa7ba2..c7b35222c 100644 --- a/content/en/templates/partials.md +++ b/content/en/templates/partials.md @@ -61,7 +61,7 @@ One of the most common mistakes with new Hugo users is failing to pass a context {{% /note %}} {{% note %}} -`` starting with `baseof` is reserved. ([#5373](https://github.com/gohugoio/hugo/issues/5373)) +`` including `baseof` is reserved. ([#5373](https://github.com/gohugoio/hugo/issues/5373)) {{% /note %}} As shown in the above example directory structure, you can nest your directories within `partials` for better source organization. You only need to call the nested partial's path relative to the `partials` directory: