From: vsopvsop Date: Sun, 27 Sep 2015 17:19:02 +0000 (+0530) Subject: is it .md instead of .ad? X-Git-Tag: v0.15~143 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ead339ab;p=brevno-suite%2Fhugo is it .md instead of .ad? --- diff --git a/docs/content/content/organization.md b/docs/content/content/organization.md index 4562aedd..6b1a8bf2 100644 --- a/docs/content/content/organization.md +++ b/docs/content/content/organization.md @@ -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