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:
Tejas Kumar 2017-05-11 12:46:24 +02:00 committed by Albert Nigmatzianov
parent 544f0a6394
commit a28fbca6dc

View file

@ -64,7 +64,7 @@ An example directory may look like:
| ├── partials
| | ├── header.html
| | └── footer.html
| ├── taxonomies
| ├── taxonomy
| | ├── category.html
| | ├── post.html
| | ├── quote.html