is it .md instead of .ad? - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit ead339abbe9ba9e7235546fea719fcbeda7b1432
(DIR) parent 7fd42af3b16116db9b22affd7f3e8b33a2433ecd
(HTM) Author: vsopvsop <menporul.prabhu@gmail.com>
Date: Sun, 27 Sep 2015 22:49:02 +0530
is it .md instead of .ad?
Diffstat:
M docs/content/content/organization.… | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git 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