From: Tejas Kumar Date: Thu, 11 May 2017 10:46:24 +0000 (+0200) Subject: docs: Fixed incorrect specification of directory structure X-Git-Tag: v0.21~36 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a28fbca6dcfa80b6541f5ef6c8c12cd1804ae9ed;p=brevno-suite%2Fhugo 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. --- diff --git a/docs/content/overview/source-directory.md b/docs/content/overview/source-directory.md index f3b75935..2d4ce10f 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