mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 01:04:51 -04:00
Fix note for reserved partial name(starting with -> including).
See. https://github.com/gohugoio/hugo/issues/5373
This commit is contained in:
parent
eba3cbc42a
commit
99a1f4a947
@ -61,7 +61,7 @@ One of the most common mistakes with new Hugo users is failing to pass a context
|
|||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
`<PARTIAL>` starting with `baseof` is reserved. ([#5373](https://github.com/gohugoio/hugo/issues/5373))
|
`<PARTIAL>` including `baseof` is reserved. ([#5373](https://github.com/gohugoio/hugo/issues/5373))
|
||||||
{{% /note %}}
|
{{% /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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user