mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Fixed incorrect specification of directory structure
Hugo looks for the list/single templates of a taxonomy in `/layouts/taxonomy`, not `/layouts/taxonomies` as correctly mentioned in [this doc page](https://gohugo.io/templates/list/). This change is simply a minor reconciliation.
This commit is contained in:
parent
544f0a6394
commit
a28fbca6dc
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ An example directory may look like:
|
||||||
| ├── partials
|
| ├── partials
|
||||||
| | ├── header.html
|
| | ├── header.html
|
||||||
| | └── footer.html
|
| | └── footer.html
|
||||||
| ├── taxonomies
|
| ├── taxonomy
|
||||||
| | ├── category.html
|
| | ├── category.html
|
||||||
| | ├── post.html
|
| | ├── post.html
|
||||||
| | ├── quote.html
|
| | ├── quote.html
|
||||||
|
|
Loading…
Reference in a new issue