mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Section in example was wrong for happiness.md
This commit is contained in:
parent
950d9f55a5
commit
c7083a5d36
1 changed files with 1 additions and 5 deletions
|
@ -17,16 +17,12 @@ The following example site uses two sections, "post" and "quote".
|
||||||
├── post
|
├── post
|
||||||
| ├── firstpost.md // <- http://site.com/post/firstpost/
|
| ├── firstpost.md // <- http://site.com/post/firstpost/
|
||||||
| ├── happy
|
| ├── happy
|
||||||
| | └── happiness.md // <- http://site.com/happy/happiness/
|
| | └── happiness.md // <- http://site.com/post/happy/happiness/
|
||||||
| └── secondpost.md // <- http://site.com/post/secondpost/
|
| └── secondpost.md // <- http://site.com/post/secondpost/
|
||||||
└── quote
|
└── quote
|
||||||
├── first.md // <- http://site.com/quote/first/
|
├── first.md // <- http://site.com/quote/first/
|
||||||
└── second.md // <- http://site.com/quote/second/
|
└── second.md // <- http://site.com/quote/second/
|
||||||
|
|
||||||
|
|
||||||
*Regardless of location on disk, the section can be provided in the front matter
|
|
||||||
which will affect the destination location*.
|
|
||||||
|
|
||||||
## Sections and Types
|
## Sections and Types
|
||||||
|
|
||||||
By default everything created within a section will use the content type
|
By default everything created within a section will use the content type
|
||||||
|
|
Loading…
Reference in a new issue