shithub: hugo

Download patch

ref: c7083a5d36c040e2477f3c5b3f32dfb37a9c844d
parent: 950d9f55a53705b332a919df1a2f45307019d2fd
author: Ruben <[email protected]>
date: Fri Nov 29 10:12:39 EST 2013

Section in example was wrong for happiness.md

--- a/docs/content/content/sections.md
+++ b/docs/content/content/sections.md
@@ -17,15 +17,11 @@
         ├── post
         |   ├── firstpost.md       // <- http://site.com/post/firstpost/
         |   ├── happy
-        |   |   └── happiness.md   // <- http://site.com/happy/happiness/
+        |   |   └── happiness.md   // <- http://site.com/post/happy/happiness/
         |   └── secondpost.md      // <- http://site.com/post/secondpost/
         └── quote
             ├── first.md           // <- http://site.com/quote/first/
             └── second.md          // <- http://site.com/quote/second/
-
-
-*Regardless of location on disk, the section can be provided in the front matter
-which will affect the destination location*.
 
 ## Sections and Types