mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
is it .md instead of .ad?
This commit is contained in:
parent
7fd42af3b1
commit
ead339abbe
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ in Hugo and is used as the [section](/content/sections/).
|
|||
├── post
|
||||
| ├── firstpost.md // <- http://1.com/post/firstpost/
|
||||
| ├── happy
|
||||
| | └── ness.ad // <- http://1.com/post/happy/ness/
|
||||
| | └── ness.md // <- http://1.com/post/happy/ness/
|
||||
| └── secondpost.md // <- http://1.com/post/secondpost/
|
||||
└── quote
|
||||
├── first.md // <- http://1.com/quote/first/
|
||||
|
@ -43,7 +43,7 @@ in Hugo and is used as the [section](/content/sections/).
|
|||
├── post
|
||||
| ├── firstpost.md // <- http://1.com/post/firstpost.html
|
||||
| ├── happy
|
||||
| | └── ness.ad // <- http://1.com/post/happy/ness.html
|
||||
| | └── ness.md // <- http://1.com/post/happy/ness.html
|
||||
| └── secondpost.md // <- http://1.com/post/secondpost.html
|
||||
└── quote
|
||||
├── first.md // <- http://1.com/quote/first.html
|
||||
|
|
Loading…
Reference in a new issue