From 295ccb463291647390fb1e14519f253d7e85d5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 24 Feb 2018 20:46:53 +0100 Subject: [PATCH] Update sections.md --- content/content-management/sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/sections.md b/content/content-management/sections.md index def5cac87..0e167d143 100644 --- a/content/content-management/sections.md +++ b/content/content-management/sections.md @@ -38,7 +38,7 @@ blog {{% note %}} When we talk about a **section** in correlation with template selection, it is currently always the root section only (`/blog/funny/mypost/ => blog`). -It is currently not possible to add a specific layout for one of the sub-sections. +If you need a specific template for a sub-section, you need to adjust either the `type` or `layout` in front matter. {{% /note %}}