Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTejas Kumar <tejas@tejas.qa>2017-05-11 13:46:24 +0300
committerAlbert Nigmatzianov <albertnigma@gmail.com>2017-05-11 13:46:24 +0300
commita28fbca6dcfa80b6541f5ef6c8c12cd1804ae9ed (patch)
tree8251640ead11344082d6d3fbeb3b28a772041bf1
parent544f0a6394b0e085d355e8217fc5bb3d96c12a98 (diff)
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.
-rw-r--r--docs/content/overview/source-directory.md2
1 files changed, 1 insertions, 1 deletions
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