is it .md instead of .ad?
authorvsopvsop <menporul.prabhu@gmail.com>
Sun, 27 Sep 2015 17:19:02 +0000 (22:49 +0530)
committerspf13 <steve.francia@gmail.com>
Wed, 30 Sep 2015 20:35:46 +0000 (16:35 -0400)
docs/content/content/organization.md

index 4562aedd45b1f8ba2ba0817c8003a5e49dfe88d7..6b1a8bf2ab47d489578cab1c821e5125c5fa8bcf 100644 (file)
@@ -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