mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 11:54:34 -04:00
is it .md instead of .ad?
This commit is contained in:
parent
fb2df716c2
commit
daa887df16
@ -30,7 +30,7 @@ in Hugo and is used as the [section](/content/sections/).
|
|||||||
├── post
|
├── post
|
||||||
| ├── firstpost.md // <- http://1.com/post/firstpost/
|
| ├── firstpost.md // <- http://1.com/post/firstpost/
|
||||||
| ├── happy
|
| ├── happy
|
||||||
| | └── ness.ad // <- http://1.com/post/happy/ness/
|
| | └── ness.md // <- http://1.com/post/happy/ness/
|
||||||
| └── secondpost.md // <- http://1.com/post/secondpost/
|
| └── secondpost.md // <- http://1.com/post/secondpost/
|
||||||
└── quote
|
└── quote
|
||||||
├── first.md // <- http://1.com/quote/first/
|
├── first.md // <- http://1.com/quote/first/
|
||||||
@ -43,7 +43,7 @@ in Hugo and is used as the [section](/content/sections/).
|
|||||||
├── post
|
├── post
|
||||||
| ├── firstpost.md // <- http://1.com/post/firstpost.html
|
| ├── firstpost.md // <- http://1.com/post/firstpost.html
|
||||||
| ├── happy
|
| ├── 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
|
| └── secondpost.md // <- http://1.com/post/secondpost.html
|
||||||
└── quote
|
└── quote
|
||||||
├── first.md // <- http://1.com/quote/first.html
|
├── first.md // <- http://1.com/quote/first.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user