ref: a28fbca6dcfa80b6541f5ef6c8c12cd1804ae9ed
parent: 544f0a6394b0e085d355e8217fc5bb3d96c12a98
author: Tejas Kumar <[email protected]>
date: Thu May 11 08:46:24 EDT 2017
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.
--- a/docs/content/overview/source-directory.md
+++ b/docs/content/overview/source-directory.md
@@ -64,7 +64,7 @@
| ├── partials
| | ├── header.html
| | └── footer.html
- | ├── taxonomies
+ | ├── taxonomy
| | ├── category.html
| | ├── post.html
| | ├── quote.html