From a28fbca6dcfa80b6541f5ef6c8c12cd1804ae9ed Mon Sep 17 00:00:00 2001 From: Tejas Kumar Date: Thu, 11 May 2017 12:46:24 +0200 Subject: [PATCH] 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. --- docs/content/overview/source-directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/overview/source-directory.md b/docs/content/overview/source-directory.md index f3b759354..2d4ce10f4 100644 --- a/docs/content/overview/source-directory.md +++ b/docs/content/overview/source-directory.md @@ -64,7 +64,7 @@ An example directory may look like: | ├── partials | | ├── header.html | | └── footer.html - | ├── taxonomies + | ├── taxonomy | | ├── category.html | | ├── post.html | | ├── quote.html