docs: Fixed incorrect specification of directory structure
authorTejas Kumar <tejas@tejas.qa>
Thu, 11 May 2017 10:46:24 +0000 (12:46 +0200)
committerAlbert Nigmatzianov <albertnigma@gmail.com>
Thu, 11 May 2017 10:46:24 +0000 (12:46 +0200)
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

index f3b75935476358fd43f4a8cf5f96b3bb9290afae..2d4ce10f4a7233ba55960e87c00b4a5605f541d7 100644 (file)
@@ -64,7 +64,7 @@ An example directory may look like:
     |   ├── partials
     |   |   ├── header.html
     |   |   └── footer.html
-    |   ├── taxonomies
+    |   ├── taxonomy
     |   |   ├── category.html
     |   |   ├── post.html
     |   |   ├── quote.html