shithub: hugo

Download patch

ref: ead339abbe9ba9e7235546fea719fcbeda7b1432
parent: 7fd42af3b16116db9b22affd7f3e8b33a2433ecd
author: vsopvsop <[email protected]>
date: Sun Sep 27 18:49:02 EDT 2015

is it .md instead of .ad?

--- a/docs/content/content/organization.md
+++ b/docs/content/content/organization.md
@@ -30,7 +30,7 @@
         ├── 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 @@
         ├── 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