From c7083a5d36c040e2477f3c5b3f32dfb37a9c844d Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 29 Nov 2013 15:12:39 +0100 Subject: [PATCH] Section in example was wrong for happiness.md --- docs/content/content/sections.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/content/sections.md b/docs/content/content/sections.md index 9180e3094..a01c7b5eb 100644 --- a/docs/content/content/sections.md +++ b/docs/content/content/sections.md @@ -17,16 +17,12 @@ The following example site uses two sections, "post" and "quote". ├── 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 By default everything created within a section will use the content type