projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
544f0a6
)
docs: Fixed incorrect specification of directory structure
author
Tejas Kumar
<tejas@tejas.qa>
Thu, 11 May 2017 10:46:24 +0000
(12:46 +0200)
committer
Albert 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
patch
|
blob
|
history
diff --git
a/docs/content/overview/source-directory.md
b/docs/content/overview/source-directory.md
index f3b75935476358fd43f4a8cf5f96b3bb9290afae..2d4ce10f4a7233ba55960e87c00b4a5605f541d7 100644
(file)
--- 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
- | ├── taxonom
ies
+ | ├── taxonom
y
| | ├── category.html
| | ├── post.html
| | ├── quote.html